From 37bce05cca307fe7f23ffcfbf42a034e3fddaa59 Mon Sep 17 00:00:00 2001 From: "Vitaly D." Date: Fri, 29 May 2026 20:38:40 +0300 Subject: [PATCH] chore: update repo-governance actions to v0.5.0 Why: - Roll out the v0.5.0 PR Intake Gate release to Goalrail. - v0.5.0 includes strict root-level policy key validation, and the local policy was compatible before updating the ref. What changed: - Update the pr-intake-gate action ref from v0.4.0 to v0.5.0. - Leave local policy semantics unchanged. Testing: - scripts/check-staged.sh - git diff --check Risk: - narrow - only the workflow action ref changes. --- .github/workflows/pr-intake-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-intake-gate.yml b/.github/workflows/pr-intake-gate.yml index c99ffe1..2d02246 100644 --- a/.github/workflows/pr-intake-gate.yml +++ b/.github/workflows/pr-intake-gate.yml @@ -32,7 +32,7 @@ jobs: - name: Run PR intake gate # Pinned from repo-governance main. # pull_request_target must not execute mutable tags. - uses: heurema/repo-governance/actions/pr-intake-gate@v0.4.0 + uses: heurema/repo-governance/actions/pr-intake-gate@v0.5.0 with: policy-path: .github/pr-intake-gate.yml github-token: ${{ secrets.GITHUB_TOKEN }}