absaoss/Release Notes Presence Check
A GH action for checking the presence of release notes in a GitHub Pull Request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 28, 2026
- License
- Apache 2.0
Pinned Snippet
uses: absaoss/release-notes-presence-check@8e586b26a5e27f899ee8590a5d988fd4780a3dbf # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | The number of the PR to check for release notes. | yes | — |
| github-repository | The repository to check for release notes. | yes | — |
| location | The location of the release notes in the PR. Default value is "body" | no | body |
| title | The title of the release notes section in the PR body. Value supports regex. | no | [Rr]elease [Nn]otes: |
| skip-labels | A comma-separated list of labels that will cause the action to skip the check. | no | "" |
| skip-placeholders | Comma-separated list of placeholder tokens (e.g. TBD, ToDo) that will be ignored when checking for release notes presence. | no | "" |
Outputs
no outputs