We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf93e7 + 8fb4f33 commit 9b505c3Copy full SHA for 9b505c3
1 file changed
.github/workflows/triage-pull-requests.yml
@@ -29,7 +29,7 @@ jobs:
29
check-requirements:
30
if: >-
31
github.event_name == 'pull_request_target' &&
32
- (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')
33
uses: desktop/gh-cli-and-desktop-shared-workflows/.github/workflows/triage-pr-requirements.yml@main
34
with:
35
enable_pr_screening: true
0 commit comments