From f9eaa5e6d97ef020e2c2cc5b114a95ea4563e61b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 8 Jul 2026 09:29:33 -0500 Subject: [PATCH] ci(sphragis): delegate gate-attestation to the fleet reusable Replace the inline copy (which lacked any release-please waiver, failing every release PR with 'No Gate-Passed trailer found') with a thin caller of the canonical reusable, pinned past the branch-shaped release-please waiver (forkwright/.github#10). One fact, one place. Gate-Passed: kanon 0.1.6 +stages:fmt,check,clippy,nextest,lint sha:f37359ad8909afc24d679265586d080fd00a793d --- .github/workflows/gate-attestation.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/gate-attestation.yml diff --git a/.github/workflows/gate-attestation.yml b/.github/workflows/gate-attestation.yml new file mode 100644 index 0000000..bda4ed3 --- /dev/null +++ b/.github/workflows/gate-attestation.yml @@ -0,0 +1,16 @@ +name: Gate Attestation + +on: + pull_request: + branches: [main] + +permissions: + contents: read + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.event_name == 'pull_request' }} + +jobs: + gate: + uses: forkwright/.github/.github/workflows/gate-attestation.yml@5be130bfebd5165d3221f1896f96b5ce6e93bf9b