Conversation
…nted patch version Agent-Logs-Url: https://github.com/jaredpar/basic-reference-assemblies/sessions/6685f415-fc2d-4fba-9289-91358b1d10b7 Co-authored-by: jaredpar <146967+jaredpar@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jaredpar/basic-reference-assemblies/sessions/19a39b49-846f-4b2d-a18a-a157074fe47e Co-authored-by: jaredpar <146967+jaredpar@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jaredpar/basic-reference-assemblies/sessions/3a3bd19d-3b24-4a5e-ad3a-9f28d7934700 Co-authored-by: jaredpar <146967+jaredpar@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jaredpar
April 13, 2026 01:18
View session
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.
The publish workflow lost its
workflow_runtrigger, leaving onlyworkflow_dispatch. This broke the pattern used across other repos (e.g. complog) where automatic patch releases fire after CI passes, and manual dispatch is reserved for major/minor bumps.Changes
push: branches: [main]withworkflow_runon"Code Validation"(completed, main branch) — publishes automatically only after CI succeedsworkflow_dispatch: version input is nowrequired: true— manual runs always specify an explicit version (major/minor bumps)ifcondition so the job only runs onworkflow_dispatchor a successfulworkflow_run, not on CI failuresworkflow_dispatch→ use provided version directly;workflow_run→ auto-increment patch from latestv*tag