Skip to content

Conversation

@ruyut
Copy link
Contributor

@ruyut ruyut commented Feb 1, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 1, 2026 12:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes a typo in the GitHub CLI command example within the agentic workflows instructions, updating an incorrect gw invocation to gh.

Changes:

  • Update the “Filter staged logs” example from gw aw logs --no-staged to gh aw logs --no-staged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


# Filter staged logs
gw aw logs --no-staged # ignore workflows with safe output staged true
gh aw logs --no-staged # ignore workflows with safe output staged true
Copy link

Copilot AI Feb 1, 2026

Choose a reason for hiding this comment

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

This fixes the example in .github/aw/github-agentic-workflows.md, but the same snippet still uses gw aw logs --no-staged in the CLI-embedded template (pkg/cli/templates/github-agentic-workflows.md:1579). Since pkg/cli/commands.go embeds that template to generate .github/aw/github-agentic-workflows.md, the typo will persist for users running the CLI and may be reintroduced later. Please apply the same gwgh fix in the template as well to keep the sources in sync.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

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

@copilot apply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants