Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ai-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/best-practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/code-simplifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/issue-auto-resolve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/issue-sweeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/next-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading