showoffninja/Generate ADR Markdown
Convert issues with a specific label into Architectural Decision Record (ADR) markdown files upon issue closure.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API authentication | no | ${{ github.token }} |
| label_name | The label that identifies issues to be converted into ADRs. | yes | — |
| destination_folder | The folder where ADR markdown files will be stored. | yes | adr-files |
| adr_status | The status of the ADR (accepted, proposed, or rejected). Default is proposed. | no | proposed |
Outputs
no outputs