Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCoderJed committed Oct 6, 2024
1 parent 6191bee commit facf20a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflow/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
issue-message: |
👋 Hello, and welcome to the repository!
Thank you for opening your first issue here. We appreciate your contribution. Please make sure to follow our issue guidelines, and if you need any help, feel free to ask. We’re here to assist you! 😄
Happy contributing!
pr-message: |
👋 Hi, thank you for submitting your first pull request!
We appreciate your effort and contribution to improving this project. The maintainers will review your pull request soon. In the meantime, make sure you’ve followed our contribution guidelines and completed all necessary checks.
Thank you again for helping us grow! 🙌

0 comments on commit facf20a

Please sign in to comment.