ci(pr-conflict-checker): restore persist-credentials so base ref fetch works on private mirrors (#11019)

This commit is contained in:
César Arroba
2026-05-06 00:33:40 +02:00
committed by GitHub
parent 1194d34396
commit 16798e293d
+2 -1
View File
@@ -37,7 +37,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
persist-credentials: false
# zizmor: ignore[artipacked]
persist-credentials: true # Required by tj-actions/changed-files to fetch PR branch
- name: Fetch PR base ref for tj-actions/changed-files
env: