ci: add kanban closure-routing caller workflow#9
Merged
Conversation
This was referenced May 7, 2026
saadqbal
approved these changes
May 7, 2026
This was referenced May 19, 2026
LukasWodka
pushed a commit
that referenced
this pull request
May 19, 2026
Splits the CI portion out of #15. These caller workflows live on develop (added in #5, #6, #9, #10) but never reached main. - pull_request_template.md - workflows/add-to-kanban.yml — auto-add new issues/PRs to project 2 - workflows/customer-priority-bump.yml — bump priority on customer label - workflows/kanban-closure-routing.yml — route closed work to the correct column - workflows/set-pr-status.yml — set PR status on the board - workflows/stale-backlog.yml — auto-close stale backlog issues - workflows/wip-limit-check.yml — enforce per-column WIP limits All delegate to the org-wide reusable workflows. No new logic in this repo. Closes #17. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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
Adds a 9-line caller workflow that triggers the org-wide reusable workflow
tracebloc/.github/.github/workflows/kanban-closure-router.ymlon PR/issue close events.What it does
Replaces the imprecise built-in "Item closed" workflow which sets every closed item to the same Status.
Activation
After this caller merges, all closure events in this repo route correctly to the kanban. Same pattern as the existing
advance-deploy-env,set-pr-status, andcustomer-priority-bumpcallers.Implements tracebloc/.github#14.
🤖 Generated with Claude Code