From 67e3650a6ce2bd309fd6f025a2fd845ab7989dc2 Mon Sep 17 00:00:00 2001 From: Don Petry <36422719+don-petry@users.noreply.github.com> Date: Mon, 18 May 2026 23:29:35 -0500 Subject: [PATCH] chore: sync pr-review-mention.yml stub to @v2 --- .github/workflows/pr-review-mention.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-review-mention.yml b/.github/workflows/pr-review-mention.yml index 8d92fe2a..0ec9d512 100644 --- a/.github/workflows/pr-review-mention.yml +++ b/.github/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 version 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@v2 secrets: inherit