mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
ci(.github): run release-labels when draft PRs are ready (#14667)
This commit is contained in:
committed by
GitHub
parent
93b4675748
commit
7780087526
2
.github/workflows/contrib.yaml
vendored
2
.github/workflows/contrib.yaml
vendored
@ -13,6 +13,8 @@ on:
|
||||
- opened
|
||||
- reopened
|
||||
- edited
|
||||
# For jobs that don't run on draft PRs.
|
||||
- ready_for_review
|
||||
|
||||
# Only run one instance per PR to ensure in-order execution.
|
||||
concurrency: pr-${{ github.ref }}
|
||||
|
Reference in New Issue
Block a user