mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
Add ready_for_review type to pull_request trigger types
This runs checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened by other workflows.
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches: [main, v1]
|
||||
pull_request:
|
||||
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
|
||||
# by other workflows.
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
test-setup-python-scripts:
|
||||
|
||||
Reference in New Issue
Block a user