Skip to content

Commit

Permalink
Disable Greeting on PRs (never worked properly anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Oct 22, 2020
1 parent 942abbc commit cc9c2d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Greetings

on: [pull_request, issues]
#on: [pull_request, issues]
on: [issues]

jobs:
greeting:
Expand All @@ -10,4 +11,4 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!'
pr-message: 'Welcome to the FAKE community! Thank you so much for directly helping to improve FAKE! You are now in good company and we hope this only the first in a long list of contributions :)'
#pr-message: 'Welcome to the FAKE community! Thank you so much for directly helping to improve FAKE! You are now in good company and we hope this only the first in a long list of contributions :)'

0 comments on commit cc9c2d6

Please sign in to comment.