cdrrazan/Boardly

Config-driven automation for GitHub Projects (v2): sprint rollover, stale nudges, sub-issue gating, digests, standups, and priority auto-sort.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenToken with access to the target Project (v2). The default GITHUB_TOKEN usually cannot read org-level Projects, so a fine-grained PAT or GitHub App token with the `project` (read/write) and `issues` scopes is recommended.yes
config-pathPath to the automation config file, relative to the repo root.no.github/project-automation.yml
onlyRun a single feature instead of every enabled one. One of: rollover, sprint-start, sprint-runway, auto-assign, stale-nudge, sub-issue-gate, digest, standup, priority-sort.no""
dry-runWhen true, log every intended action to the audit trail but make no changes.nofalse
namedescription
actions-countNumber of mutating actions taken (or that would be taken in dry-run).