babarot/Empty Changelog Check
Check for empty changelog entries in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 23, 2025
- License
- None
Pinned Snippet
uses: babarot/changelog-empty-check-action@d76c23d5d734c5e72877d184a15d272bc39cef4b # v0.0.19tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API operations | yes | — |
| label-name | Label to add when empty changelog is detected | no | empty-changelog |
| pull-request-number | Pull request number to check | yes | — |
| warning-message | Custom message for empty changelog entries (leave empty to skip comment) | no | — |
| success-message | Custom message for filled changelog entries (leave empty to skip comment) | no | — |
Outputs
| name | description |
|---|---|
| has_empty_changelog | Whether empty changelog entries were found |
| empty_headers | List of empty changelog headers |
| has_filled_changelog | Whether previously empty changelog entries have been filled |