From 0396527aa1297c7755e8f70cb8d6f81061c469de Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Wed, 24 Jul 2024 13:05:19 +0200 Subject: [PATCH] ci: add pr title format validation --- .github/workflows/compliance.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/compliance.yml diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml new file mode 100644 index 00000000..141216a2 --- /dev/null +++ b/.github/workflows/compliance.yml @@ -0,0 +1,18 @@ +name: Compliance + +on: + pull_request_target: + types: [opened, edited, reopened] + +permissions: + pull-requests: write + +jobs: + compliance: + runs-on: ubuntu-latest + steps: + - uses: mtfoley/pr-compliance-action@11b664f0fcf2c4ce954f05ccfcaab6e52b529f86 + with: + body-auto-close: false + body-regex: '.*' + ignore-team-members: false