Skip to content

Adding linear ticket requirement to PRs #1

Adding linear ticket requirement to PRs

Adding linear ticket requirement to PRs #1

name: Linear PR Checker
# If the PR Checker is not functioning properly, adding SKIP_LINEAR_CHECK
# to the body will skip the check. Only use this when you are certain linear
# tickets are properly attached to the PR.
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches:
- main
defaults:
run:
shell: bash
working-directory: ./pr_checker
jobs:
linear_pr_checker:
uses: togethercomputer/tools/.github/workflows/pr_checker.yml@main

Check failure on line 19 in .github/workflows/linear_pr_checker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linear_pr_checker.yml

Invalid workflow file

error parsing called workflow ".github/workflows/linear_pr_checker.yml" -> "togethercomputer/tools/.github/workflows/pr_checker.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit