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
60 changes: 4 additions & 56 deletions .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ permissions:
name: Smoke Claude
engine:
id: claude
max-turns: 12
model: claude-haiku-4-5
max-turns: 8
Comment on lines 16 to +19
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These updates are in the .md source, but the workflow that actually runs is .github/workflows/smoke-claude.lock.yml (which is currently still generated with --max-turns 12 and the old GitHub tool allowlist). Please re-run gh aw compile and commit the regenerated smoke-claude.lock.yml so the model/max-turns/toolset changes take effect and the lock freshness check doesn’t fail.

Copilot uses AI. Check for mistakes.
features:
cli-proxy: true
strict: true
Expand All @@ -26,7 +27,7 @@ network:
- playwright
tools:
github:
toolsets: [repos, pull_requests]
toolsets: [pull_requests]
playwright:
bash:
- "*"
Expand Down Expand Up @@ -106,4 +107,4 @@ post-steps:

If all tests pass, add the label `smoke-claude` to the pull request.

**If triggered by workflow_dispatch or schedule** (no PR context), use a noop safe output to report the test results summary instead. Do NOT attempt to add comments or labels when there is no pull request.
**If triggered by workflow_dispatch or schedule** (no PR context), use a noop safe output to report the test results summary instead. Do NOT attempt to add comments or labels when there is no pull request.
Loading