We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b866b commit bd00589Copy full SHA for bd00589
1 file changed
.github/workflows/major-version-approval.yaml
@@ -5,7 +5,7 @@ on:
5
types: [opened, synchronize, reopened, ready_for_review, edited]
6
branches: ['main']
7
pull_request_review:
8
- types: [submitted]
+ types: [submitted, dismissed]
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments