diff --git a/.github/workflows/enforce-pr-conventions.yml b/.github/workflows/enforce-pr-conventions.yml new file mode 100644 index 000000000..8d3023d49 --- /dev/null +++ b/.github/workflows/enforce-pr-conventions.yml @@ -0,0 +1,24 @@ +name: Enforce PR Conventions + +on: + pull_request: + types: + - opened + - reopened + - synchronize + - edited + branches: + - develop +jobs: + enforce-pr-conventions: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - name: enforce-pr-conventions + id: git-naming-convention + uses: Alfresco/alfresco-build-tools/.github/actions/enforce-pr-conventions@209bb4275688720e13dc0703dbd17826bf677c5c # v6.1.0 + with: + jira-project-key: AAE|HXOR + whitelist-branches: |- + release/*