We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ready_for_review
1 parent be24bc6 commit 2339680Copy full SHA for 2339680
1 file changed
.github/workflows/pull-request.yml
@@ -3,6 +3,9 @@ name: Pull request
3
on:
4
pull_request:
5
branches: [main]
6
+ # Add trigger for `ready_for_review`
7
+ # https://github.com/changesets/action/issues/187
8
+ types: [opened, reopened, synchronize, ready_for_review]
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments