Sync PR template to all public repos plus ai-extensions#27
Merged
Conversation
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
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Refactors the repo-files-sync configuration so the PR template sync is managed in its own group, allowing its target repository scope to diverge from other shared files (license, linters, CODEOWNERS, workflows).
Changes:
- Removed
sync-templates/.github/pull_request_template.mdfrom the existing shared-files sync group. - Added a dedicated sync group that targets all non-archived public repos plus
radius-project/ai-extensions, including newly addingradius-project/skillsand excludingradius-project/terraform-private-modules.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DariuszPorowski
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Moves the
pull_request_template.mdsync into its own dedicated group in.github/sync.ymlso its target repo list is independent of the other shared files (LICENSE, linters, CODEOWNERS, workflows).The PR template now syncs to all non-archived public repos plus
ai-extensions.Net effect on PR template scope
skills(public, was previously missing)terraform-private-modules(private — excluded from the public + ai-extensions scope)All other files in the original shared group keep their existing repo list unchanged.
Type of change