-
Notifications
You must be signed in to change notification settings - Fork 54
23 lines (21 loc) · 965 Bytes
/
greetings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: Hello @${{ github.actor }},
Thanks for creating this issue and contributing to NEWS-AGGREGATOR-PROJECT !
We will review your issue soon and provide feedback.
If you're interested in working on this issue, make sure you get yourself assigned before starting your work.
pr-message: Awesome work, @${{ github.actor }}! 🎉 Thank you for your contribution and efforts to enhance NEWS-AGGREGATOR-PROJECT !
We will review your changes soon and provide feedback.
footer: 'Please ensure that you have followed the contributing guidelines for a smooth review process.'