Label PR by size last (and pray)

33a72d10a06d5a3245ab6925da456e0ff38996b7

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +3 -1Showing whitespace changes
.github/workflows/pr-auto-manager.yml+3 -1
@@ -13,9 +13,11 @@ permissions:
13jobs:13jobs:
14 label-by-size:14 label-by-size:
15 name: 🏷️ Label PR by Size15 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]
16 runs-on: ubuntu-latest18 runs-on: ubuntu-latest
17 # Only needs to run when code is changed19 # Only needs to run when code is changed
18 if: github.event.action == 'opened' || github.event.action == 'synchronize'20 if: always() && (github.event.action == 'opened' || github.event.action == 'synchronize')
1921
20 # Override permissions, the labeler needs issues write access22 # Override permissions, the labeler needs issues write access
21 permissions:23 permissions: