Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 406 Bytes

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