From f6af76b8a086c8d1d611037bf1dd26cf47959fc9 Mon Sep 17 00:00:00 2001 From: Wojciech Piotrowiak Date: Fri, 11 Oct 2024 22:41:30 +0200 Subject: [PATCH] Revert "AAE-26208 removal of enforce-pr-conventions.yml file [skip ci]" This reverts commit 69ad7acc941a48cf8c0c908e9b31e55f3671e303. --- .github/workflows/enforce-pr-conventions.yml | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/enforce-pr-conventions.yml 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/*