Skip to content

Commit

Permalink
Merge pull request #27 from narainkarthikv/greetings-yml
Browse files Browse the repository at this point in the history
Create greetings.yml
  • Loading branch information
narainkarthikv authored Sep 23, 2024
2 parents d29bd6b + 6397c8f commit 565ce5b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greetings

on: [pull_request_target, issues]

jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "👋 Welcome to the Wisdom Fox community! Thank you for contributing to the fit-track repository. We're thrilled to have you onboard and excited to see what we can create together. If you have any questions or need help, feel free to reach out. Let's build something awesome!"
pr-message: "🎉 Welcome to your first pull request on the fit-track repository! The Wisdom Fox community appreciates your contribution and can't wait to review your work. If you need any assistance or clarification, don’t hesitate to ask. Thanks for helping us improve sticky-memo!"

0 comments on commit 565ce5b

Please sign in to comment.