-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (34 loc) · 1.28 KB
/
Copy pathaction.yml
File metadata and controls
34 lines (34 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "Boardly"
description: "Config-driven automation for GitHub Projects (v2): sprint rollover and start, auto-assign by label, runway warnings, stale nudges, sub-issue gating, digests, standups, and priority auto-sort."
author: "cdrrazan"
branding:
icon: "check-square"
color: "blue"
inputs:
token:
description: >-
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.
required: true
config-path:
description: "Path to the automation config file, relative to the repo root."
required: false
default: ".github/project-automation.yml"
only:
description: >-
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.
required: false
default: ""
dry-run:
description: "When true, log every intended action to the audit trail but make no changes."
required: false
default: "false"
outputs:
actions-count:
description: "Number of mutating actions taken (or that would be taken in dry-run)."
runs:
using: "node20"
main: "dist/index.js"