Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Evans committed Apr 10, 2020
1 parent 4b81c64 commit 9f32099
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-on-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Create Comment
name: Create Comment on Pull Request
on:
pull_request:
branches:
- master
jobs:
createComment:
createCommentOnPullRequest:
if: github.event.pull_request.author_association == 'OWNER'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9f32099

Please sign in to comment.