From fd130d1e62320fb308c75f882b47f3e18abab2dc Mon Sep 17 00:00:00 2001 From: prql-bot Date: Thu, 25 Jun 2026 05:03:58 +0000 Subject: [PATCH] ci: remove duplicate allow-unsafe-pr-checkout key in tend-review The 0.1.7 workflow regen (#6033) added the canonical `allow-unsafe-pr-checkout: true` key, superseding the manual stopgap added in #6038. Both survived the merge, leaving a duplicate key in the checkout step's `with` section that actionlint rejects, failing the lint-megalinter job on main. Remove the redundant manual stopgap block, restoring the file to its canonical generated form. Co-Authored-By: Claude --- .github/workflows/tend-review.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tend-review.yaml b/.github/workflows/tend-review.yaml index 91549addff1c..a500bc0c5bd3 100644 --- a/.github/workflows/tend-review.yaml +++ b/.github/workflows/tend-review.yaml @@ -48,12 +48,6 @@ jobs: fetch-depth: 0 fetch-tags: true token: ${{ secrets.TEND_BOT_TOKEN }} - # actions/checkout@v7 refuses fork-PR checkout under - # pull_request_target unless this opts in. Matches the upstream tend - # fix (max-sixty/tend#725, shipped in 0.1.7). Without it, every fork - # PR's `review` check goes red before the review runs. This stopgap - # will be superseded by the next tend 0.1.7 workflow regen. - allow-unsafe-pr-checkout: true - uses: ./.github/actions/tend-setup