Skip to content

ci: add WIP-limit-check caller workflow - #24

Merged
saadqbal merged 1 commit into
developfrom
ci/add-wip-limit-caller
Apr 30, 2026
Merged

ci: add WIP-limit-check caller workflow#24
saadqbal merged 1 commit into
developfrom
ci/add-wip-limit-caller

Conversation

@LukasWodka

Copy link
Copy Markdown
Contributor

Summary

Adds a 9-line caller workflow that triggers the org-wide reusable workflow wip-limit-check.yml on PR open / ready_for_review.

Behavior

When a PR opens:

  • Reads the engineer kanban's Code review column
  • If count > 8 (the WIP limit), posts a comment on the new PR with the list of open PRs already in queue
  • Does not block the PR — informational nudge only

Why

Surfaces team kanban discipline at decision time: pull from review before opening new work. Same shape as the other tracebloc/.github reusable workflows.

🤖 Generated with Claude Code

@LukasWodkaLukasWodka self-assigned this Apr 29, 2026
@saadqbal
saadqbal merged commit b90022f into developApr 30, 2026
2 checks passed
@LukasWodka
LukasWodka deleted the ci/add-wip-limit-caller branch August 1, 2026 21:45
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.

2 participants

@LukasWodka@saadqbal