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/dogfood-best-practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:
pull-requests: read
jobs:
best-practices:
uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.9
uses: JacobPEvans/ai-workflows/.github/workflows/best-practices.yml@v0.12.10
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-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.9
uses: JacobPEvans/ai-workflows/.github/workflows/suite-ci.yml@v0.12.10
with:
repo_context: "Reusable GitHub Actions workflows for AI-powered CI/CD automation (prompts, scripts, YAML workflows)"
ci_structure: "test.yml (bun test for JavaScript scripts)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-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.9
uses: JacobPEvans/ai-workflows/.github/workflows/issue-hygiene.yml@v0.12.10
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dogfood-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.9
uses: JacobPEvans/ai-workflows/.github/workflows/issue-sweeper.yml@v0.12.10
secrets: inherit
Loading