From badd421e999c96b825d1a87cd5034152ecd6bfe5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:54:44 +0000 Subject: [PATCH 1/2] Initial plan From 20d0c7f93fb02240129aa2a47266922a66aab784 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:57:20 +0000 Subject: [PATCH 2/2] Add cli/azd/AGENTS.md to allowed-files in update-instructions-from-pr-reviews workflow Co-authored-by: richardpark-msft <51494936+richardpark-msft@users.noreply.github.com> --- .github/workflows/update-instructions-from-pr-reviews.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-instructions-from-pr-reviews.md b/.github/workflows/update-instructions-from-pr-reviews.md index c00747308df..b5b37b70cd7 100644 --- a/.github/workflows/update-instructions-from-pr-reviews.md +++ b/.github/workflows/update-instructions-from-pr-reviews.md @@ -115,6 +115,7 @@ safe-outputs: - .github/prompts/** - .github/agents/** - AGENTS.md + - cli/azd/AGENTS.md protected-files: allowed --- @@ -239,8 +240,8 @@ Rules for the edits: always-on `copilot-instructions.md`. - If a theme contradicts an existing instruction, do **not** silently overwrite — describe the conflict in the PR body and leave the existing text in place. -- Only modify files under `.github/` (and `AGENTS.md`). Do not touch source code, - manifests, or anything else. +- Only modify files under `.github/` (and `AGENTS.md` or sub-folder `AGENTS.md` files + such as `cli/azd/AGENTS.md`). Do not touch source code, manifests, or anything else. If the repo has no `.github/` customization files at all, bootstrap a starter `.github/copilot-instructions.md` from the top themes.