From 0db4d46b7b3f68188d062b66163fef80dfc454c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:14:56 +0000 Subject: [PATCH] chore(deps): update jacobpevans/ai-workflows action to v0.12.4 --- .github/workflows/ai-all.yml | 2 +- .github/workflows/ai-ci.yml | 2 +- .github/workflows/best-practices.yml | 2 +- .github/workflows/code-simplifier.yml | 2 +- .github/workflows/issue-auto-resolve.yml | 4 ++-- .github/workflows/issue-hygiene.yml | 2 +- .github/workflows/issue-sweeper.yml | 2 +- .github/workflows/next-steps.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ai-all.yml b/.github/workflows/ai-all.yml index 89fb390..b988de1 100644 --- a/.github/workflows/ai-all.yml +++ b/.github/workflows/ai-all.yml @@ -54,7 +54,7 @@ jobs: id-token: write issues: write pull-requests: write - uses: JacobPEvans/ai-workflows/.github/workflows/suite-all.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/suite-all.yml@v0.12.4 with: caller_event: ${{ github.event_name }} review_prompt: "Focus on Claude Code plugin structure, skill authoring patterns, and hook configuration best practices" diff --git a/.github/workflows/ai-ci.yml b/.github/workflows/ai-ci.yml index 339c064..9897194 100644 --- a/.github/workflows/ai-ci.yml +++ b/.github/workflows/ai-ci.yml @@ -23,7 +23,7 @@ permissions: jobs: ci-suite: - uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.12.4 with: repo_context: "Claude Code plugins: skills, hooks, and slash commands for Claude Code CLI" ci_structure: "validate-plugin.yml (JSON schema validation for plugin manifests)" diff --git a/.github/workflows/best-practices.yml b/.github/workflows/best-practices.yml index d399c05..4c950af 100644 --- a/.github/workflows/best-practices.yml +++ b/.github/workflows/best-practices.yml @@ -19,5 +19,5 @@ concurrency: jobs: best-practices: - uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.4 secrets: inherit diff --git a/.github/workflows/code-simplifier.yml b/.github/workflows/code-simplifier.yml index ff366c8..645f642 100644 --- a/.github/workflows/code-simplifier.yml +++ b/.github/workflows/code-simplifier.yml @@ -16,5 +16,5 @@ concurrency: jobs: simplify: - uses: JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.12.4 secrets: inherit diff --git a/.github/workflows/issue-auto-resolve.yml b/.github/workflows/issue-auto-resolve.yml index e00c8bc..ea2b98c 100644 --- a/.github/workflows/issue-auto-resolve.yml +++ b/.github/workflows/issue-auto-resolve.yml @@ -68,7 +68,7 @@ jobs: run-triage: if: github.event_name == 'workflow_dispatch' - uses: JacobPEvans/ai-workflows/.github/workflows/issue-triage.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-triage.yml@v0.12.4 secrets: inherit with: issue_number: ${{ inputs.issue_number }} @@ -79,7 +79,7 @@ jobs: always() && github.event_name == 'workflow_dispatch' && (needs.run-triage.result == 'success' || needs.run-triage.result == 'skipped') - uses: JacobPEvans/ai-workflows/.github/workflows/issue-resolver.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-resolver.yml@v0.12.4 secrets: inherit with: repo_context: "Claude Code plugins: skills, hooks, and slash commands for Claude Code CLI" diff --git a/.github/workflows/issue-hygiene.yml b/.github/workflows/issue-hygiene.yml index 83bb271..191da01 100644 --- a/.github/workflows/issue-hygiene.yml +++ b/.github/workflows/issue-hygiene.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: hygiene: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.12.4 secrets: inherit diff --git a/.github/workflows/issue-sweeper.yml b/.github/workflows/issue-sweeper.yml index b82943c..c31d08c 100644 --- a/.github/workflows/issue-sweeper.yml +++ b/.github/workflows/issue-sweeper.yml @@ -12,5 +12,5 @@ permissions: pull-requests: read jobs: sweep: - uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.12.4 secrets: inherit diff --git a/.github/workflows/next-steps.yml b/.github/workflows/next-steps.yml index ef98373..2785fec 100644 --- a/.github/workflows/next-steps.yml +++ b/.github/workflows/next-steps.yml @@ -17,5 +17,5 @@ concurrency: jobs: next-steps: - uses: JacobPEvans/ai-workflows/.github/workflows/next-steps.yml@v0.12.2 + uses: JacobPEvans/ai-workflows/.github/workflows/next-steps.yml@v0.12.4 secrets: inherit