We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ab876 commit d6807c4Copy full SHA for d6807c4
1 file changed
.github/workflows/validate.yaml
@@ -1,6 +1,10 @@
1
name: 'PR Review Comment'
2
3
on:
4
+ pull_request:
5
+ types: [opened, synchronize]
6
+ branches:
7
+ - main
8
issue_comment:
9
types: [created, edited]
10
0 commit comments