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:
- Include
*issue ID*
in the branch name - Include
*issue ID*
in the PR title - Include
*issue ID*
with a magic word in the PR description (e.g.Fixes ENG-123
) similar to GitHub Issues
TBD