remix-run/Release Announcement Action
automatically comment on released pull requests and linked issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | The GitHub token to use for interacting with the GitHub API - needed for gh commands | no | ${{ github.token }} |
| GITHUB_REPOSITORY | The GitHub repository - needed for creating and logging urls | no | ${{ github.repository }} |
| DIRECTORY_TO_CHECK | The directory to check for release files | no | ./ |
| DRY_RUN | Whether to actually comment on PRs/issues or not | no | false |
| PACKAGE_NAME | The package name to follow - useful in monorepos to filter git tags (e.g. `@remix-run/v1-route-convention`, or `remix`) | no | — |
| INCLUDE_NIGHTLY | Whether to include nightly releases or not (only applies when `PACKAGE_TAG_PREFIX` is set) | yes | true |
| PR_LABELS_TO_REMOVE | Any 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 released | no | — |
| ISSUE_LABELS_TO_REMOVE | Any labels to remove when commenting on and closing issues about STABLE releases | no | — |
Outputs
no outputs