forked from winglian/transformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding linear ticket requirements to the repo
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |