From b2a39d39d500eb3e13d850ca07da25808386e50a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 05:14:26 +0000 Subject: [PATCH] chore(deps): update jacobpevans/ai-workflows action to v0.14 --- .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 2490cc9..6e1abb0 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/suite-all.yml@v0.14 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 82ea39e..742b2a8 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.14 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 fe17e43..e055193 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.14 secrets: inherit diff --git a/.github/workflows/code-simplifier.yml b/.github/workflows/code-simplifier.yml index 28c2a40..9ed4371 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/code-simplifier.yml@v0.14 secrets: inherit diff --git a/.github/workflows/issue-auto-resolve.yml b/.github/workflows/issue-auto-resolve.yml index 99438b8..6218c24 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-triage.yml@v0.14 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-resolver.yml@v0.14 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 313a785..0ca7b1f 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.14 secrets: inherit diff --git a/.github/workflows/issue-sweeper.yml b/.github/workflows/issue-sweeper.yml index b6c9b08..9d3658c 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.14 secrets: inherit diff --git a/.github/workflows/next-steps.yml b/.github/workflows/next-steps.yml index eb9858e..122c228 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.13 + uses: JacobPEvans/ai-workflows/.github/workflows/next-steps.yml@v0.14 secrets: inherit