fix(actionlint): restore runners-privilegedescalation custom label (PRI-1736)
Commit 8e51b01 removed this label from the actionlint config, but
renovate.yaml still uses runs-on: runners-privilegedescalation.
actionlint exits 1 when it sees an unknown runner label, breaking
PR Validation CI on org/pulls/72.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
committed by
Countess von Containerheim [agent]
parent
8ec4c5d5a8
commit
6572db1ed0
@@ -1,2 +1,3 @@
|
||||
self-hosted-runner:
|
||||
labels: []
|
||||
labels:
|
||||
- runners-privilegedescalation
|
||||
|
||||
Reference in New Issue
Block a user