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

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

3 changes: 3 additions & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ tools:
serena:
languages:
go: {}
runtimes:
go:
version: "1.25"
safe-outputs:
add-comment:
hide-older-comments: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/smoke-codex.lock.yml

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

3 changes: 3 additions & 0 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ tools:
serena:
languages:
go: {}
runtimes:
go:
version: "1.25"
sandbox:
mcp:
container: "ghcr.io/githubnext/gh-aw-mcpg"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/smoke-copilot.lock.yml

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

3 changes: 3 additions & 0 deletions .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ tools:
languages:
go: {}
web-fetch:
runtimes:
go:
version: "1.25"
sandbox:
mcp:
container: "ghcr.io/githubnext/gh-aw-mcpg"
Expand Down
5 changes: 0 additions & 5 deletions pkg/cli/.github/aw/imports/.gitattributes

This file was deleted.

4 changes: 2 additions & 2 deletions pkg/cli/templates/generate-agentic-campaign.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ allowed-safe-outputs: [create-issue, add-comment]
safe-outputs:
create-project:
max: 1
github-token: "<GH_AW_PROJECT_GITHUB_TOKEN>"
github-token: "<GH_AW_PROJECT_GITHUB_TOKEN>" # Provide via workflow secret/env; avoid secrets expressions in runtime-import files
target-owner: "${{ github.repository_owner }}"
views:
views: # Views are created automatically when project is created
- name: "Campaign Roadmap"
layout: "roadmap"
filter: "is:issue is:pr"
Expand Down