cdrrazan/Boardly
Config-driven automation for GitHub Projects (v2): sprint rollover, stale nudges, sub-issue gating, digests, standups, and priority auto-sort.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token 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-path | Path to the automation config file, relative to the repo root. | no | .github/project-automation.yml |
| only | Run 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-run | When true, log every intended action to the audit trail but make no changes. | no | false |
Outputs
| name | description |
|---|---|
| actions-count | Number of mutating actions taken (or that would be taken in dry-run). |