From 9024e9b5a9a930e1543b9b76c2fc70a384a2930a Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:44:31 -0700 Subject: [PATCH] Sync PR template to all public repos plus ai-extensions Move the pull_request_template.md sync into its own group so it targets every non-archived public repo plus ai-extensions. This adds skills and drops the private terraform-private-modules from the PR template's scope. Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 0a4307ff-e8bc-4434-a82a-e8763c088394 --- .github/sync.yml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index bed0b24..3f217dd 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -30,9 +30,6 @@ group: - source: sync-templates/.editorconfig dest: .editorconfig - - source: sync-templates/.github/pull_request_template.md - dest: .github/pull_request_template.md - - source: sync-templates/.github/linters/.markdownlint.yml dest: .github/linters/.markdownlint.yml @@ -71,6 +68,29 @@ group: - source: workflow-templates/issue-metrics.yml dest: .github/workflows/issue-metrics.yml + # Pull request template - synced to all non-archived public repos plus the + # ai-extensions repo. + # source: https://github.com/orgs/radius-project/repositories?q=archived%3Afalse+visibility%3Apublic+sort%3Aname-asc + - repos: | + radius-project/.github + radius-project/ai-extensions + radius-project/bicep-types-aws + radius-project/blog + radius-project/community + radius-project/dashboard + radius-project/docs@edge + radius-project/lab + radius-project/radius + radius-project/recipes + radius-project/resource-types-contrib + radius-project/roadmap + radius-project/samples@edge + radius-project/skills + radius-project/website + files: + - source: sync-templates/.github/pull_request_template.md + dest: .github/pull_request_template.md + - repos: | radius-project/radius files: