Skip to content
Draft
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
3 changes: 2 additions & 1 deletion .github/workflows/check-pull-request-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
'mergequeue-status:',
'team:',
'performance:', // To refactor to 'ci: ' in the future
'run-tests:' // Unused since GitLab migration
'run-tests:', // Unused since GitLab migration
'pr-shepherd:' // Applied by the PR Shepherd automation
]
// Exact-match labels that don't fit a category prefix (e.g. labels applied
// by external automation tooling).
Expand Down
Loading