From a9889376a410053d1c79f167af0ed185caf0db66 Mon Sep 17 00:00:00 2001 From: Tim Wisniewski Date: Wed, 18 Feb 2026 13:51:10 +0000 Subject: [PATCH] [docs] Fix directory name in creating-workflows --- docs/src/content/docs/setup/creating-workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/creating-workflows.mdx b/docs/src/content/docs/setup/creating-workflows.mdx index 33496da031a..d991d252606 100644 --- a/docs/src/content/docs/setup/creating-workflows.mdx +++ b/docs/src/content/docs/setup/creating-workflows.mdx @@ -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/.md` +1. Create the workflow file in `.github/workflows/.md` 2. Install the [GitHub CLI](https://cli.github.com/) and the GitHub Agentic Workflows extension: ```bash wrap