Skip to content

Commit fe6be33

Browse files
Merge pull request swapnilsparsh#986 from nerdy-nakul/patch-2
Update greetings.yml
2 parents a5e9fd7 + 60db823 commit fe6be33

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/greetings.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: Greetings
2-
3-
on: [pull_request, issues]
2+
on:
3+
pull_request:
4+
types: [opened]
5+
issues:
6+
types: [opened]
47

58
jobs:
69
greeting:
710
runs-on: ubuntu-latest
8-
permissions:
9-
issues: write
10-
pull-requests: write
1111
steps:
12-
- uses: actions/first-interaction@v1
12+
- name: Send greeting message
13+
uses: actions/first-interaction@v1
1314
with:
1415
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.'

0 commit comments

Comments
 (0)