Skip to content
Merged
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 docs/src/content/docs/setup/creating-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Remix the issue-triage.md workflow from github/gh-aw to add automatic labeling b

If you prefer to create workflows manually, you can

1. Create the workflow file in `.github/<workflow-name>.md`
1. Create the workflow file in `.github/workflows/<workflow-name>.md`
2. Install the [GitHub CLI](https://cli.github.com/) and the GitHub Agentic Workflows extension:

```bash wrap
Expand Down