Skip to content
alert-triangle

GitHub Action

Linear PR Check

1.0.0 Latest version

Linear PR Check

alert-triangle

Linear PR Check

Github action for checking that a Linear issue has been linked into the PR

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Linear PR Check

uses: copilotmoney/[email protected]

Learn more about this action in copilotmoney/linear-pr-check

Choose a version

Linear PR Check

Simple action that checks that a PR contains a Linear issue linked through Linear's supported mechanisms:

Linear supports three ways to link issues with your pull requests:

  1. Include *issue ID* in the branch name
  2. Include *issue ID* in the PR title
  3. Include *issue ID* with a magic word in the PR description (e.g. Fixes ENG-123) similar to GitHub Issues

Using it

TBD