From 27dac276460d329f0d6088d8b4a067ecfc99085b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:28:39 +0000 Subject: [PATCH 1/2] Initial plan From 9fc365c1af1524ac0e7a4a4370cd42e9b79848fb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:39:06 +0000 Subject: [PATCH 2/2] fix(daily-doc-updater): explicitly handle new-file creation requests in Step 1b Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8bed41e1-11b3-4ede-91b9-9e06557c8e91 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/daily-doc-updater.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-doc-updater.md b/.github/workflows/daily-doc-updater.md index 13acaa8fe7..c5238271a3 100644 --- a/.github/workflows/daily-doc-updater.md +++ b/.github/workflows/daily-doc-updater.md @@ -97,8 +97,11 @@ repo:${{ github.repository }} is:issue is:open label:documentation For each open issue: 1. Read the issue body to understand the described gap. 2. Check the referenced documentation file to verify the gap still exists. + - **If the issue references an existing file**: confirm the content is missing or incorrect. + - **If the issue references a file path that does not yet exist** (e.g., body says "Create `docs/guides/foo.md`"): treat this as a **confirmed new-file gap** and proceed to Step 5 to create the file. 3. If confirmed, include a fix in this run's PR and reference the issue with `Closes #NNN`. -4. If the gap is already fixed, note it (do not reopen or comment on the issue). +4. If the gap is already fixed (file exists and contains the described content), note it and skip. +5. If you choose not to address an open documentation issue in this run (e.g., it requires structural navigation changes, is out of scope, or cannot be confirmed), record it in the **Skipped Issues** section of the PR description (see Step 6). ### 1c. Scan Recently Closed Documentation Issues @@ -250,6 +253,13 @@ This PR updates the documentation based on features merged in the last 24 hours. +### Skipped Issues + + + + + + ### Notes [Any additional notes or features that need manual review]