We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7376b1f commit 4dcd6c6Copy full SHA for 4dcd6c6
1 file changed
.github/workflows/validate.yaml
@@ -1,7 +1,9 @@
1
name: Validate and Run Commands Based on PR Comments
2
on:
3
issue_comment:
4
- types: [created, edited, deleted]
+ types: [created, edited]
5
+ pull_request_review_comment:
6
7
8
jobs:
9
quick_validation:
0 commit comments