Skip to content

ci(.github): run release-labels when draft PRs are ready #14667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci(.github): trigger release-labels when draft PRs are ready for review
  • Loading branch information
mafredri committed Sep 13, 2024
commit e3460117bfb5517103083ea0e1e7f5c28ffd2f7c
2 changes: 2 additions & 0 deletions .github/workflows/contrib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading