Skip to content

Commit bd00589

Browse files
committed
chore: add dismissed type to pull_request_review
1 parent 53b866b commit bd00589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/major-version-approval.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, synchronize, reopened, ready_for_review, edited]
66
branches: ['main']
77
pull_request_review:
8-
types: [submitted]
8+
types: [submitted, dismissed]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)