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
4 changes: 2 additions & 2 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.89
with:
use_bedrock: "true"
use_sticky_comment: true
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.89
with:
use_bedrock: "true"
claude_args: '--model us.anthropic.claude-sonnet-4-6 --allowedTools "Read,Edit,Write,Glob,Grep,Bash(git status*),Bash(git diff*),Bash(git add *),Bash(git commit *),Bash(git push*),Bash(git log*),Bash(git merge*),Bash(git fetch*),Bash(git checkout*),Bash(git branch*),Bash(uv run prek *),Bash(prek *),Bash(uv run ruff *),Bash(uv run pytest *),Bash(uv run mypy *),Bash(uv run coverage *),Bash(gh pr comment*),Bash(gh pr view*),Bash(gh pr diff*),Bash(gh pr merge*),Bash(gh pr close*)"'
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-async.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Async
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-bubblesort-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Bubble Sort Benchmark
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-bubblesort-pytest-nogit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Bubble Sort Pytest (No Git)
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-bubblesort-unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Bubble Sort Unittest
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-coverage-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Coverage E2E
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-futurehouse-structure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Futurehouse Structure
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-init-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Init Optimization
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'
workflow_dispatch:

concurrency:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/e2e-js-cjs-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: E2E - JS CommonJS Function
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'packages/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/e2e-js-esm-async.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: E2E - JS ESM Async
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'packages/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/e2e-js-ts-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: E2E - JS TypeScript Class
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'packages/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-topological-sort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Topological Sort (Worktree)
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'

workflow_dispatch:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/e2e-tracer-replay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: E2E - Tracer Replay
on:
pull_request:
paths:
- '**' # Trigger for all paths
- 'codeflash/**'
- 'tests/**'
- 'pyproject.toml'
- 'uv.lock'
- '.github/workflows/e2e-*.yaml'
workflow_dispatch:

concurrency:
Expand Down
Loading