File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Greetings
2
-
3
- on : [pull_request, issues]
2
+ on :
3
+ pull_request :
4
+ types : [opened]
5
+ issues :
6
+ types : [opened]
4
7
5
8
jobs :
6
9
greeting :
7
10
runs-on : ubuntu-latest
8
- permissions :
9
- issues : write
10
- pull-requests : write
11
11
steps :
12
- - uses : actions/first-interaction@v1
12
+ - name : Send greeting message
13
+ uses : actions/first-interaction@v1
13
14
with :
14
15
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
- issue-message : ' Thank you for opening your first issue in our repository, one of our maintainers will get in touch with you soon.'
16
- pr-message : ' Thank you for opening your first pull request in our repository, one of our maintainers will get in touch with you soon.'
16
+ issue-message : ' Thank you for opening your first issue in our repository! One of our maintainers will get in touch with you soon.'
17
+ pr-message : ' Thank you for opening your first pull request in our repository! One of our maintainers will get in touch with you soon.'
You can’t perform that action at this time.
0 commit comments