Skip to content

fix(auto-classify): map Status=Cancelled → Deploy=Cancelled - #46

Merged
LukasWodka merged 1 commit into
developfrom
fix/auto-classify-cancelled-deploy
May 15, 2026
Merged

fix(auto-classify): map Status=Cancelled → Deploy=Cancelled#46
LukasWodka merged 1 commit into
developfrom
fix/auto-classify-cancelled-deploy

Conversation

@LukasWodka

Copy link
Copy Markdown
Contributor

Summary

You added a Cancelled option to the Deploy environment field on the kanban project (so the "Deployment environment" board view can show cancelled items in their own column instead of bucketing them with not-yet-deployed work in none).

Updating the auto-classify cron's Status→Deploy mapping to match.

Mapping (final)

StatusDeploy environment
Backlog / Ready / In progress / Code reviewnone
FR on dev / Ready for stagingdev
FR on staging / Ready for prodstaging
Prodprod
CancelledCancelled ← new

Already backfilled the 46 existing Status=Cancelled items via GraphQL. This PR just makes sure the cron keeps new ones in sync.

Test plan

  • Open then close a test PR without merging → verify Status=Cancelled and Deploy env=Cancelled within 10 min
  • Close an issue as "Not planned" → verify same

🤖 Generated with Claude Code

Lukas added a "Cancelled" option to the Deploy environment field so the
"Deployment environment" board view can show cancelled items in their
own column instead of bucketing them with not-yet-deployed work in
"none".
Update the cron mapping so Status=Cancelled rows get Deploy=Cancelled
on the next reconcile pass (and stay there even if someone manually
moves them).
Mapping now:
Backlog / Ready / In progress / Code review -> none
FR on dev / Ready for staging -> dev
FR on staging / Ready for prod -> staging
Prod -> prod
Cancelled -> Cancelled
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@LukasWodka
LukasWodka merged commit 608f758 into developMay 15, 2026
3 checks passed
@LukasWodkaLukasWodka added bug Something isn't working work-type:bug Defect or regression labels Jun 8, 2026
@LukasWodka
LukasWodka deleted the fix/auto-classify-cancelled-deploy branch August 1, 2026 21:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't workingwork-type:bugDefect or regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LukasWodka@aptracebloc