absaoss/Release Notes Presence Check

A GH action for checking the presence of release notes in a GitHub Pull Request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 28, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: absaoss/release-notes-presence-check@8e586b26a5e27f899ee8590a5d988fd4780a3dbf # v0.4.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pr-numberThe number of the PR to check for release notes.yes
github-repositoryThe repository to check for release notes.yes
locationThe location of the release notes in the PR. Default value is "body"nobody
titleThe title of the release notes section in the PR body. Value supports regex.no[Rr]elease [Nn]otes:
skip-labelsA comma-separated list of labels that will cause the action to skip the check.no""
skip-placeholdersComma-separated list of placeholder tokens (e.g. TBD, ToDo) that will be ignored when checking for release notes presence.no""

no outputs