Skip to content

Commit

Permalink
Adding linear ticket requirements to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
“Mark authored and “Mark committed Oct 17, 2024
1 parent 44f6fdd commit 87d7101
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/linear_pr_checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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
secrets: inherit

0 comments on commit 87d7101

Please sign in to comment.