remix-run/Release Announcement Action

automatically comment on released pull requests and linked issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GH_TOKENThe GitHub token to use for interacting with the GitHub API - needed for gh commandsno${{ github.token }}
GITHUB_REPOSITORYThe GitHub repository - needed for creating and logging urlsno${{ github.repository }}
DIRECTORY_TO_CHECKThe directory to check for release filesno./
DRY_RUNWhether to actually comment on PRs/issues or notnofalse
PACKAGE_NAMEThe package name to follow - useful in monorepos to filter git tags (e.g. `@remix-run/v1-route-convention`, or `remix`)no
INCLUDE_NIGHTLYWhether to include nightly releases or not (only applies when `PACKAGE_TAG_PREFIX` is set)yestrue
PR_LABELS_TO_REMOVEAny labels to remove when commenting on Pull Requests about STABLE releases - in Remix we apply `awaiting release` to pulls that have been merged but not releasedno
ISSUE_LABELS_TO_REMOVEAny labels to remove when commenting on and closing issues about STABLE releasesno

no outputs