Skip to content

chore: promote advance-deploy-env fix to main - #12

Merged
LukasWodka merged 1 commit into
mainfrom
develop
Apr 27, 2026
Merged

chore: promote advance-deploy-env fix to main#12
LukasWodka merged 1 commit into
mainfrom
develop

Conversation

@LukasWodka

Copy link
Copy Markdown
Contributor

Promotes the advance-deploy-env regex/lookup fix to main so callers see it.

…deploy-env (#11)
Found via verification test on tracebloc/model-zoo#52: a commit body containing
'Closes#47' (an issue ref) caused gh api to fail when looking up #47 as a PR,
which aborted the whole workflow because of set -e.
Two surgical fixes:
1. Extract PR refs from commit *subjects* only — match exact patterns
'(#NNN)' (squash merge) and 'Merge pull request #NNN' (merge commit).
Issue refs in commit bodies are no longer picked up.
2. Wrap the gh api call in '|| RESP=\'{}\'' so a non-PR number degrades to
'skip cleanly' instead of failing the job.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@LukasWodka
LukasWodka merged commit b8f7662 into mainApr 27, 2026
Sign up for freeto 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

@LukasWodka