fix(#258): remove closed PR type from ci.yml + bump version to 1.5.13#259
Merged
ChristopherRotnes merged 2 commits intoMay 15, 2026
Merged
Conversation
Removes `closed` from ci.yml pull_request.types — the closed event shared the same concurrency group as the push event, silently cancelling deploy runs on every PR merge. Staging cleanup stays in cleanup-staging.yml where it belongs. Also bumps package.json from stale 1.5.10 to 1.5.13, so the Settings page reflects all changes shipped since 1.5.10. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fails CI if package.json version doesn't match the latest ## [x.y.z] heading in CHANGELOG.md — prevents a repeat of the 1.5.10 stale-version incident caught in issue #258. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://white-island-090dfd003-259.westeurope.7.azurestaticapps.net |
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.
Summary
closedremoved fromci.ymlpull_request.types — it was sharing the same concurrency group as thepushevent, cancelling deploy runs on every PR merge (confirmed on PR fix(#255): add required app_location to cleanup-staging close steps #257). Staging cleanup stays incleanup-staging.ymlpackage.jsonbumped from1.5.10→1.5.13— versions 1.5.11 and 1.5.12 were shipped without updating it, so Settings showed a stale version numberTest plan
v1.5.13after deployCloses #258
🤖 Generated with Claude Code