Skip to content

Commit 0c57392

Browse files
committed
chore: delete greeting on first user issue/post
1 parent b19945d commit 0c57392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Greetings
22

3-
on: [pull_request, issues]
3+
on: [pull_request]
44

55
jobs:
66
greeting:
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/first-interaction@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: 'Hi! Thank you for your first contribution to our project. You are helping to make our product better! :)'
12+
issue-message: 'Hi! Thank you for your first contribution to our project. :)'
1313
pr-message: 'Hi! Thank you for your first PR to our project. You are helping to make our product better! :)'

0 commit comments

Comments
 (0)