From 31efbfc9e970abd94f467e047a029fb29d24d817 Mon Sep 17 00:00:00 2001 From: lenaxia Date: Tue, 11 Aug 2026 13:57:21 +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 e5ce9319d..ab332e365 100644 --- a/.github/workflows/ai-comment.yml +++ b/.github/workflows/ai-comment.yml @@ -42,8 +42,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@374b026a6ff2e471f5aad733b58acb68c81e4b53 # v0.2.0 + uses: lenaxia/ai-workflows/.github/workflows/ai-comment.yml@v0.2.9 # v0.2.0 secrets: inherit with: - version: v0.2.0 + version: v0.2.9 project_name: containers diff --git a/.github/workflows/issue-opened.yml b/.github/workflows/issue-opened.yml index aefbf8dba..c9bb5aecc 100644 --- a/.github/workflows/issue-opened.yml +++ b/.github/workflows/issue-opened.yml @@ -12,8 +12,8 @@ permissions: jobs: respond: - uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@374b026a6ff2e471f5aad733b58acb68c81e4b53 # v0.2.0 + uses: lenaxia/ai-workflows/.github/workflows/issue-opened.yml@v0.2.9 # v0.2.0 secrets: inherit with: - version: v0.2.0 + version: v0.2.9 project_name: containers diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 709e6d949..d03b5f127 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -12,8 +12,8 @@ permissions: jobs: review: - uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@374b026a6ff2e471f5aad733b58acb68c81e4b53 # v0.2.0 + uses: lenaxia/ai-workflows/.github/workflows/pr-review.yml@v0.2.9 # v0.2.0 secrets: inherit with: - version: v0.2.0 + version: v0.2.9 project_name: containers