fix(actionlint): restore runners-privilegedescalation custom label (PRI-1736)
Detect PR Pipeline Type / detect-pipeline (pull_request) Successful in 2s
Detect PR Pipeline Type / test-detection-logic (pull_request) Successful in 1s
PR Validation / validate (pull_request) Successful in 2s

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:
2026-05-22 13:15:11 +00:00
committed by Countess von Containerheim [agent]
parent 8ec4c5d5a8
commit 6572db1ed0
+2 -1
View File
@@ -1,2 +1,3 @@
self-hosted-runner:
labels: []
labels:
- runners-privilegedescalation