Merge pull request #13383 from cli/kw/triage-fix-ready-for-review
Trigger triage check-requirements on ready_for_review
This commit is contained in:
commit
9b505c3fb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/triage-pull-requests.yml
vendored
2
.github/workflows/triage-pull-requests.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
check-requirements:
|
||||
if: >-
|
||||
github.event_name == 'pull_request_target' &&
|
||||
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited')
|
||||
(github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'edited' || github.event.action == 'ready_for_review')
|
||||
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@main
|
||||
with:
|
||||
enable_pr_screening: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue