added PR Jira Check pipeline (#267)

This commit is contained in:
Milamary
2023-01-16 18:17:21 -06:00
committed by GitHub
parent 222966c6b0
commit a9a14c9493

10
.github/workflows/pr.yml vendored Normal file
View 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