diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml new file mode 100644 index 0000000..9416172 --- /dev/null +++ b/.github/workflows/check-pr-title.yml @@ -0,0 +1,8 @@ +name: GitHub Actions - Check PR Title +on: + pull_request: + types: [ opened, reopened, edited, synchronize ] +jobs: + Jira-PR-Title: + if: ${{ (github.actor != 'dependabot[bot]') && (github.actor != 'EburyCrowdin') }} + uses: Ebury/github-tools/.github/workflows/check-pr-title-reusable-workflow.yml@master \ No newline at end of file