We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6397070 commit 3a81b4eCopy full SHA for 3a81b4e
1 file changed
.github/workflows/contributor-check.yml
@@ -2,9 +2,9 @@ name: Contributor Reputation Check
2
3
on:
4
pull_request_target:
5
- types: [opened]
+ types: [opened, synchronize, reopened, edited, ready_for_review]
6
issues:
7
+ types: [opened, reopened, edited]
8
9
permissions:
10
contents: read
0 commit comments