tmillr/Report Breaking Changes
Automatically update an issue and/or discussion with breaking changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token used for posting the comments. | no | ${{ github.token }} |
| issueNumber | Issue to comment on for each breaking change commit found. May be combined with `discussionNumber`. (`integer`) | no | "" |
| discussionNumber | Discussion to comment on for each breaking change commit found. May be combined with `issueNumber`. (`integer`) | no | "" |
| headerLevel | Header level for the commit message title/subject (use `false` to disable header styling of commit title). (`1|2|3|4|5|6|false`) | no | 3 |
Outputs
| name | description |
|---|---|
| found | Whether a breaking change was detected. (`boolean`) |