From 63688c061c1267890a5ef534fb5ba7223e66f2c2 Mon Sep 17 00:00:00 2001 From: lenaxia Date: Tue, 11 Aug 2026 13:57:55 +0000 Subject: [PATCH] chore(ai): sync to ai-workflows@v0.2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manual sync (propagate.yml could not open a cross-repo PR — AI_WORKFLOWS_PAT is not set on lenaxia/ai-workflows). Ships PR #30: skip automation-bots in reusable pr-review.yml. Bot-authored PRs (release-please, dependabot, renovate, mergify, github-merge-queue) now skip the review workflow cleanly instead of failing with 'permission: none' before the AI can run. Also picks up the v0.2.8 TOKEN env workaround reverted (dead code — the opencode CLI handler at v1.18.16 has its own assertPermissions with no skip path; the legacy github/index.ts wrapper is not invoked when run via 'opencode github run'). --- .github/workflows/ai-comment.yml | 4 ++-- .github/workflows/issue-opened.yml | 4 ++-- .github/workflows/pr-review.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ai-comment.yml b/.github/workflows/ai-comment.yml index b52f62b..b4e4a6a 100644 --- a/.github/workflows/ai-comment.yml +++ b/.github/workflows/ai-comment.yml @@ -56,8 +56,8 @@ jobs: (github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR') - uses: lenaxia/ai-workflows/.github/workflows/ai-comment.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/ai-comment.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index c5e6ba3..2380eb1 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -20,8 +20,8 @@ permissions: jobs: respond: - uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 9465bd5..36487e4 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -23,8 +23,8 @@ permissions: jobs: review: if: github.event.pull_request.user.login != 'renovate[bot]' - uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@v0.1.2 + uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@v0.2.9 secrets: inherit with: - version: v0.1.2 + version: v0.2.9 project_name: TinyRSVP