Conversation
…185) Re-sync from the upstream ProjectTemplate. ## Content changes - **AGENTS.md** - add the PR Review Etiquette **Merge Gate** section and the "Mandatory in every derived repo" note; add the **codegen-determinism** rule to the Branching Model; refine the review-loop wording (explicit `requestReviews` re-request); `judgement`->`judgment`. - **publish-release.yml** - fail fast when `workflow_dispatch` runs off the default branch, since the matrix builds both branches and a non-default ref mis-versions the main leg. - **.editorconfig** / **.markdownlint-cli2.jsonc** - comment-wording fixes. ## EOL - Normalizes `dependabot.yml` and the workflow `.yml` files to CRLF per `.editorconfig`; no content change in those files.
Contributor
There was a problem hiding this comment.
Pull request overview
Promotes the previously-merged template re-sync from develop to main, updating repo governance/docs and tightening CI/release workflow safety without changing library behavior or versioning.
Changes:
- Update AGENTS.md with the “Merge Gate” contract language and a deterministic-codegen rule.
- Add a fail-fast guard in
publish-release.ymlto preventworkflow_dispatchruns from a non-default ref (avoids mis-versioning in the branch matrix). - Minor config comment wording tweaks plus CRLF normalization for
dependabot.ymland workflow.ymlfiles.
Reviewed changes
Copilot reviewed 4 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| AGENTS.md | Adds Merge Gate + codegen determinism guidance and refines review-loop wording. |
| .markdownlint-cli2.jsonc | Clarifies why MD060 is disabled (table pipe spacing style). |
| .editorconfig | Comment wording update (“JSON and JSONC files”). |
| .github/workflows/publish-release.yml | Adds dispatch-on-default-branch guard to prevent mis-versioned publishes. |
| .github/workflows/test-pull-request.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/run-periodic-codegen-pull-request.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/run-codegen-pull-request-task.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/merge-bot-pull-request.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/get-version-task.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/build-release-task.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/build-nugetlibrary-task.yml | CRLF normalization only (no behavioral changes). |
| .github/workflows/build-datebadge-task.yml | CRLF normalization only (no behavioral changes). |
| .github/dependabot.yml | CRLF normalization only (no behavioral changes). |
This was referenced Jun 29, 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.
Promote the template re-sync from develop (#185) to main.
workflow_dispatchoff the default branch.dependabot.ymland the workflow.ymlfiles.Maintenance-only promotion: no functional library change,
version.jsonunchanged (NBGV advances main's height).