Label PR by size last (and pray)

This commit is contained in:
Wolfsblvt
2025-03-18 23:03:02 +01:00
parent 7d034cba11
commit 33a72d10a0

View File

@@ -13,9 +13,11 @@ permissions:
jobs:
label-by-size:
name: 🏷️ Label PR by Size
# This job should run after all others, to prevent possible concurrency issues
needs: [label-by-branches, label-by-files, remove-stale-label, check-merge-blocking-labels, write-auto-comments]
runs-on: ubuntu-latest
# Only needs to run when code is changed
if: github.event.action == 'opened' || github.event.action == 'synchronize'
if: always() && (github.event.action == 'opened' || github.event.action == 'synchronize')
# Override permissions, the labeler needs issues write access
permissions: