Skip to content

Sync with repo-template: protected config detection and scripts#119

Merged
Chris-Wolfgang merged 1 commit into
mainfrom
update/sync-with-repo-template
Mar 29, 2026
Merged

Sync with repo-template: protected config detection and scripts#119
Chris-Wolfgang merged 1 commit into
mainfrom
update/sync-with-repo-template

Conversation

@Chris-Wolfgang
Copy link
Copy Markdown
Owner

Summary

  • pr.yaml: Add protected configuration file change detection step to detect-projects job — fails CI if a PR modifies .editorconfig, Directory.Build.props, BannedSymbols.txt, etc., with instructions for maintainer review. Also adds the corresponding header comment.
  • codeql.yaml: Add concurrency group to cancel redundant CodeQL runs on the same PR
  • scripts/setup.ps1: New repo setup script from template

Note: pr.yaml already had trusted config file fetching in all test jobs — this PR only adds the missing detection/blocking step and keeps the existing custom netcoreapp3.1 coverage logic intact.

Test plan

  • Verify PR CI passes
  • Confirm protected file detection triggers when expected

🤖 Generated with Claude Code

pr.yaml: Add protected configuration file change detection step to
detect-projects job and update header comments.

codeql.yaml: Add concurrency group to cancel redundant runs.

scripts: Add setup.ps1 from template.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Chris-Wolfgang Chris-Wolfgang merged commit efd5939 into main Mar 29, 2026
9 checks passed
@Chris-Wolfgang Chris-Wolfgang deleted the update/sync-with-repo-template branch March 29, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant