diff --git a/.github/workflows/enforce-pr-jira-association.yml b/.github/workflows/enforce-pr-jira-association.yml new file mode 100644 index 0000000..62860bc --- /dev/null +++ b/.github/workflows/enforce-pr-jira-association.yml @@ -0,0 +1,21 @@ +name: Enforce PR-Jira association + +on: + pull_request: + types: + - opened + - reopened + - edited + - synchronize + +jobs: + enforce-issue: + runs-on: ubuntu-latest + name: JIRA Association + steps: + - name: Check for JIRA ISSUE + id: check + uses: usehaystack/jira-pr-link-action@v4 + with: + ignore-author: dependabot[bot] + project: "DEV2"