We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19945d commit 0c57392Copy full SHA for 0c57392
.github/workflows/greetings.yml
@@ -1,6 +1,6 @@
1
name: Greetings
2
3
-on: [pull_request, issues]
+on: [pull_request]
4
5
jobs:
6
greeting:
@@ -9,5 +9,5 @@ jobs:
9
- uses: actions/first-interaction@v1
10
with:
11
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! :)'
+ issue-message: 'Hi! Thank you for your first contribution to our project. :)'
13
pr-message: 'Hi! Thank you for your first PR to our project. You are helping to make our product better! :)'
0 commit comments