Coder Social home page Coder Social logo

remix-run / release-comment-action Goto Github PK

View Code? Open in Web Editor NEW
11.0 5.0 1.0 1.04 MB

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

Home Page: https://github.com/marketplace/actions/release-announcement-action

License: MIT License

JavaScript 2.35% TypeScript 97.65%

release-comment-action's Introduction

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/[email protected]

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/[email protected]
  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

release-comment-action's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar mcansh avatar michaeldeboey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

michaeldeboey

release-comment-action's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.