yujiosaka/ADR Sync
A GitHub custom action to synchronize ADRs with GitHub Discussions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch to synchronize discussions with | no | main |
| discussion-category | Category to submit GitHub Discussions | no | General |
| title-regex | Regular expression to match ADR discussion titles | no | ^\d{4}-[^.]*\.md$ |
| status-regex | Regular expression to extract statuses from ADR contents | no | ##\s*Status\s+([^\s\n]+?)(?:\s+by\s.*)?\s*(?:\n|$) |
| close-statuses | List of statuses to close discussions | no | Accepted, Superseded, Deprecated, Rejected |
| github-token | GitHub token with necessary permissions to synchronize ADRs | yes | — |
Outputs
no outputs