We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493c807 commit 1f6f028Copy full SHA for 1f6f028
.github/workflows/commit-review-cleanup.yml
@@ -2,7 +2,9 @@ name: Commit Review Cleanup
2
3
on:
4
pull_request_review:
5
- branches: "commit-review-**"
+ types: [ submitted ]
6
+ # branches:
7
+ # - "commit-review-**"
8
9
jobs:
10
cleanup:
0 commit comments