From 16798e293da365965120961e6539e3a9756564f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 6 May 2026 00:33:40 +0200 Subject: [PATCH] ci(pr-conflict-checker): restore persist-credentials so base ref fetch works on private mirrors (#11019) --- .github/workflows/pr-conflict-checker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-conflict-checker.yml b/.github/workflows/pr-conflict-checker.yml index d8036f1432..6eeac30d82 100644 --- a/.github/workflows/pr-conflict-checker.yml +++ b/.github/workflows/pr-conflict-checker.yml @@ -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: