Skip to content

Commit

Permalink
Merge pull request #402 from hermitkim1/trigger-pull_request_review_c…
Browse files Browse the repository at this point in the history
…omment

Trigger pull_request_review_comment on the prow-commands workflow
  • Loading branch information
seokho-son authored Feb 19, 2021
2 parents a051f15 + 89addce commit d2a3b51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prow-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: "action by command-style comments"
# Event on a comment (in issue and PR)
on:
issue_comment:
types: [created]
types: [ created, edited ]
pull_request_review_comment:
types: [ created, edited ]

jobs:
execute:
Expand Down

0 comments on commit d2a3b51

Please sign in to comment.