Skip to content

A GitHub Action to automatically comment on Pull Requests and related issues about a release. Used by Remix and React Router.

License

Notifications You must be signed in to change notification settings

remix-run/release-comment-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d76ed2c · Sep 20, 2023

History

70 Commits
May 6, 2023
Jul 7, 2023
Sep 20, 2023
Nov 20, 2022
Nov 20, 2022
Nov 20, 2022
May 9, 2023
Jul 7, 2023
Jul 7, 2023
Sep 20, 2023
Sep 20, 2023
Nov 9, 2022
Nov 9, 2022

Repository files navigation

release-comment-action

A GitHub Action to automatically comment on Pull Requests and related issues about a release. Used by Remix and React Router.

Usage

Basic usage can be enabled simply by using the following.

- name: 📝 Comment on related issues and pull requests
  uses: remix-run/release-comment-action@0.4.1

This covers a lot of use cases, even this repo uses this set up, however in a monorepo set up you may want to to follow a specific package (like remix, or react-router). In those situations the following can be used to filter on only the remix tag and only commits that affect the ./packages directory.

- name: 📝 Comment on related issues and pull requests
  uses: remix-run/release-comment-action@0.4.1
  with:
    DIRECTORY_TO_CHECK: "./packages"
    PACKAGE_VERSION_TO_FOLLOW: "remix"

Options

Option Required Default
GH_TOKEN n ${{ github.token }}
GITHUB_REPOSITORY n ${{ github.repository }}
DIRECTORY_TO_CHECK n ./
PACKAGE_VERSION_TO_FOLLOW n

About

A GitHub Action to automatically comment on Pull Requests and related issues about a release. Used by Remix and React Router.

Resources

License

Stars

Watchers

Forks

Packages

No packages published