Skip to content

Commit 9b505c3

Browse files
authored
Merge pull request cli#13383 from cli/kw/triage-fix-ready-for-review
Trigger triage check-requirements on ready_for_review
2 parents 7cf93e7 + 8fb4f33 commit 9b505c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
check-requirements:
3030
if: >-
3131
github.event_name == 'pull_request_target' &&
32-
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited')
32+
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited' || github.event.action == 'ready_for_review')
3333
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@main
3434
with:
3535
enable_pr_screening: true

0 commit comments

Comments
 (0)