From 97745fbef5ff465f5aa13250bf18b434f2effdc0 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:35:55 +0000 Subject: [PATCH 1/3] fix: pin pr-review-mention reusable to d3d768d SHA The @v1 tag in petry-projects/.github pointed to commit 0cb4bba1 which predates the existence of pr-review-mention-reusable.yml, causing a parse-time "workflow was not found" error in all caller repos. Pin the uses: line in the standards template to the correct SHA (d3d768d, the latest main commit containing the reusable) and add a fanout reminder so the template and callers stay in sync going forward. The v1 tag has been force-moved to d3d768d and a new v2 tag cut at the same SHA to unblock production immediately. Closes #267 Co-authored-by: Don Petry --- standards/workflows/pr-review-mention.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standards/workflows/pr-review-mention.yml b/standards/workflows/pr-review-mention.yml index 8d92fe2a..3a080fe8 100644 --- a/standards/workflows/pr-review-mention.yml +++ b/standards/workflows/pr-review-mention.yml @@ -13,6 +13,8 @@ # so removing the stanza breaks the reusable's gh API calls. # • If you need different behaviour, open a PR against the reusable in the # central repo. +# • When publishing a new SHA of this reusable, also update this template and +# open a fanout PR across all caller repos. # ───────────────────────────────────────────────────────────────────────────── # # PR Review Mention — thin caller for the org-level reusable. @@ -34,5 +36,5 @@ jobs: pr-review-mention: permissions: pull-requests: write - uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v1 + uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@d3d768dabb7f28cc63283cdfe48630da53700e50 # main secrets: inherit From 30a62499ca68acb0202fc1ccfbb49e96dc1955a8 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Wed, 13 May 2026 12:22:07 -0500 Subject: [PATCH 2/3] fix: use @v2 tag per org internal-ref policy; fix fanout comment --- standards/workflows/pr-review-mention.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/standards/workflows/pr-review-mention.yml b/standards/workflows/pr-review-mention.yml index 3a080fe8..a6e4af08 100644 --- a/standards/workflows/pr-review-mention.yml +++ b/standards/workflows/pr-review-mention.yml @@ -13,7 +13,7 @@ # so removing the stanza breaks the reusable's gh API calls. # • If you need different behaviour, open a PR against the reusable in the # central repo. -# • When publishing a new SHA of this reusable, also update this template and +# • When publishing a new version of this reusable, also update this template and # open a fanout PR across all caller repos. # ───────────────────────────────────────────────────────────────────────────── # @@ -36,5 +36,5 @@ jobs: pr-review-mention: permissions: pull-requests: write - uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@d3d768dabb7f28cc63283cdfe48630da53700e50 # main - secrets: inherit + uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v2 + secrets: inherit \ No newline at end of file From 705273df88128ddbc7b6e7a7d393b326fb95aecc Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Wed, 13 May 2026 12:40:09 -0500 Subject: [PATCH 3/3] fix: add missing trailing newline (yamllint) --- standards/workflows/pr-review-mention.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/workflows/pr-review-mention.yml b/standards/workflows/pr-review-mention.yml index a6e4af08..0ec9d512 100644 --- a/standards/workflows/pr-review-mention.yml +++ b/standards/workflows/pr-review-mention.yml @@ -37,4 +37,4 @@ jobs: permissions: pull-requests: write uses: petry-projects/.github/.github/workflows/pr-review-mention-reusable.yml@v2 - secrets: inherit \ No newline at end of file + secrets: inherit