Kanban Labels
| Label | Column | Meaning |
|---|---|---|
jfl/backlog | Backlog | Available for PP pickup |
jfl/in-progress | In Progress | PP is working on it |
jfl/eval | Eval | PR created, waiting for eval |
jfl/done | Done | Merged and closed |
Kanban Automation
.github/workflows/kanban.yml automatically moves issues:
- PR opened → linked issue moves to
jfl/eval - PR merged → linked issue moves to
jfl/done - Branch created matching
issue/**→ issue moves tojfl/in-progress