From f9e87d64d07959667d46a8eaeac2612822778bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 8 Feb 2024 09:43:21 -0500 Subject: [PATCH] chore: add mtfoley/pr-compliance-action (#5077) * chore: add mtfoley/pr-compliance-action * master, as this repo is still on that for now --- .github/workflows/compliance.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 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 0000000000..70d9714e5f --- /dev/null +++ b/.github/workflows/compliance.yml @@ -0,0 +1,23 @@ +jobs: + compliance: + runs-on: ubuntu-latest + steps: + - uses: mtfoley/pr-compliance-action@main + with: + body-auto-close: false + ignore-team-members: false + +name: Compliance + +on: + pull_request: + branches: + - master + types: + - edited + - opened + - reopened + - synchronize + +permissions: + pull-requests: write