From 6e93b5d38a91947177b18611acd49f4ef57dff16 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:29:35 +0000 Subject: [PATCH 1/2] Initial plan From 5a0e95ac146c734c7c70bc29b9bad0ae049b41d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:41:14 +0000 Subject: [PATCH 2/2] fix: recognize non-[docs] PR closures in DDUw step 1c to avoid redundant re-scanning Agent-Logs-Url: https://github.com/github/gh-aw/sessions/a52fb467-36dd-43ec-912a-8c4aa38a0e3b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/daily-doc-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-doc-updater.md b/.github/workflows/daily-doc-updater.md index adc8878ce5b..9e162fc1053 100644 --- a/.github/workflows/daily-doc-updater.md +++ b/.github/workflows/daily-doc-updater.md @@ -101,7 +101,7 @@ repo:${{ github.repository }} is:issue is:closed label:documentation closed:>=YY ``` For each closed issue: -- **closed as completed**: Check whether a `[docs]` PR references it. If no such PR exists, treat it as an unaddressed gap and follow the normal Step 2 flow. +- **closed as completed**: Check whether a `[docs]` PR references it. If no such PR exists, also search for any merged PR that closes or fixes the issue by number (e.g. `closes #NNN`, `fixes #NNN`, `resolves #NNN` in the PR body). If such a PR is found and its documentation change is complete, skip the issue. Otherwise, treat it as an unaddressed gap and follow the normal Step 2 flow. - **closed as not_planned**: Do not create documentation based solely on this issue. Instead, cross-reference the issue's subject matter against commits from the same 7-day window (Step 2). If a related code change is found, treat it as a new documentation gap (independent of the original issue decision) and follow the normal Step 2 flow for that code change. ### 1d. Scan Cookie-Labeled Automation Issues