Skip to content

Commit 1f6f028

Browse files
committed
on all submitted
1 parent 493c807 commit 1f6f028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/commit-review-cleanup.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Commit Review Cleanup
22

33
on:
44
pull_request_review:
5-
branches: "commit-review-**"
5+
types: [ submitted ]
6+
# branches:
7+
# - "commit-review-**"
68

79
jobs:
810
cleanup:

0 commit comments

Comments
 (0)