ory/Generate Milestone Documentation
Generates documentation from milestone definitions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The GitHub Token | yes | — |
| outputFile | The file to write the output to | no | MILESTONES.md |
| labelMilestonePrefix | Prefix of labels that identify a milestone, for example `/cloud` becomes `cloud/M1`. Only effective in combination with `input.orgs`. | no | corp/ |
| orgs | Instead of checking this single repository, also check all the repositories of the given orgs (use comma-separated values - `foo,bar,baz`) for issues with prefixed `labelMilestonePrefix` labels. | no | — |
| ingoreMilestones | Ignore milestones with the given names. Ignore multiple milestones with comma-separated values (`foo,bar,baz`). | no | unplanned |
| onlyLabels | Only include issues and pull requests with the given labels. | no | bug,feat,blocking,breaking-change,good-first-issue,docs,ci,rfc,help-wanted |
Outputs
no outputs