Label PR by size last (and pray)

33a72d10a06d5a3245ab6925da456e0ff38996b7

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +3 -1Ignore whitespace
.github/workflows/pr-auto-manager.yml+3 -1
@@ -13,9 +13,11 @@ permissions:
1313jobs:
1414 label-by-size:
1515 name: 🏷️ Label PR by Size
16+ # This job should run after all others, to prevent possible concurrency issues
17+ needs: [label-by-branches, label-by-files, remove-stale-label, check-merge-blocking-labels, write-auto-comments]
1618 runs-on: ubuntu-latest
1719 # Only needs to run when code is changed
1820 if: always() && (github.event.action == 'opened' || github.event.action == 'synchronize')
1921
2022 # Override permissions, the labeler needs issues write access
2123 permissions: