File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Greetings
2
2
3
- on : [pull_request, issues]
4
-
3
+ on :
4
+ issues :
5
+ types : [opened]
6
+ pull_request_target :
7
+ types : [opened, reopened]
8
+
5
9
jobs :
6
10
greeting :
7
11
runs-on : ubuntu-latest
8
12
permissions :
9
13
issues : write
10
14
pull-requests : write
11
15
steps :
12
- - uses : actions/first-interaction@v1
16
+ - name : ' Greet the contributor'
17
+ uses : garg3133/welcome-new-contributors@v1.2
13
18
with :
14
19
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
- issue-message : ' Thank you so much for reporting an issue'
16
- pr-message : ' Thank you so much for contributing to this project with your first pull request '
20
+ issue-message : ' Hi, @${{ github.actor }}. Thank you so much for reporting an issue. '
21
+ pr-message : ' Hi, @${{ github.actor }}. Thank you so much for contributing to this project. Keep making such awesome contributions! '
You can’t perform that action at this time.
0 commit comments