mskelton/Missing Changelog Reminder
Reminds users to add a changelog if their pull request is missing one
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| changelogRegex | Regex pattern to match the changelog | — | CHANGELOG\.md |
| message | Message to display if no changelog is found | — | @${{ github.actor }} your pull request is missing a changelog! |
| token | GITHUB_TOKEN used to authenticate requests. Since there's a default, this is typically not supplied by the user. | — | ${{ github.token }} |
Outputs
no outputs