ci: auto-roll project board status by progress (#360) #361
No reviewers
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core!361
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/360-project-status-rollup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #360.
Adds a scheduled + event-driven workflow that keeps the org Project board's Status in sync with real progress, so epics stop sitting in Todo forever:
One copy in Core rolls up the whole project (all repos) via the hourly schedule; Core issue/PR events give faster updates for the active repo. Idempotent — only writes when a status actually changes.
Maintainer step to activate: add a
PROJECTS_PATrepo/org secret — a fine-grained PAT with Projects: read & write (and repo Issues/PRs: read). Until then the workflow no-ops cleanly (guard step emits a notice and skips). Org Projects v2 writes can't useGITHUB_TOKEN, hence the PAT.Validated: YAML structure + embedded github-script JS syntax check locally.