diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000..75f6ebf --- /dev/null +++ b/.github/workflows/pr.yml @@ -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 \ No newline at end of file