ory-corp/Project Board Automation
Automate GitHub Projects with ease
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | GitHub organization | no | — |
| project | Project board number | yes | 1 |
| token | GitHub Token with org:write | yes | — |
| todoLabel | Initial label for new issues/PRs | no | needs triage |
| statusName | Name of the 'status' field on the project board | no | status |
| prStatusValue | Name of the 'todo' status on the project board | no | todo |
| issueStatusValue | Name of the 'todo' status on the project board | no | todo |
| includeEffort | if true, set effort | no | true |
| effortName | Name of the 'effort' field on the project board | no | effort |
| effortMapping | JSON string with map where: - string key is a valid 'effort' field value - number value is maximum duration in days for example: [{"pattern": "two days", "value": 2},{"pattern": "the longest one", "value": 1e1000}] | no | [{"pattern": "two days", "value": 2},{"pattern": "the longest one", "value": 1e1000}] |
| monthlyMilestoneName | Name of the 'monthly milestone' field on the project board | no | monthly milestone |
| quarterlyMilestoneName | Name of the 'quarterly milestone' field on the project board | no | quarterly milestone |
Outputs
no outputs