added PR Jira Check pipeline (#267)
This commit is contained in:
10
.github/workflows/pr.yml
vendored
Normal file
10
.github/workflows/pr.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Pull Request Jira Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
|
||||
|
||||
jobs:
|
||||
prcheck:
|
||||
uses: Fisker-Inc/github-actions/.github/workflows/pr.yml@main
|
||||
Reference in New Issue
Block a user