Skip to content

Commit

Permalink
Remote on pull_request first interaction
Browse files Browse the repository at this point in the history
Because a creator of PR not have write permission on repository, this actions fail on all the PR created by community.

This bug it is related on actions/first-interaction#10
  • Loading branch information
omurilo authored May 7, 2020
1 parent de6a540 commit 7fc3c8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Greetings

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

jobs:
greeting:
Expand All @@ -10,4 +10,3 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hooray! The first issue in a project we never forget ❤️'
pr-message: 'Thanks for your contribution! 🚀'

0 comments on commit 7fc3c8f

Please sign in to comment.