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

This commit is contained in:
Mathias Fredriksson
2024-09-13 15:41:45 +03:00
committed by GitHub
parent 93b4675748
commit 7780087526

View File

@ -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 }}