From 82ff2eb4e5e4301eae525320a5fc4eb24a6037b9 Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Mon, 27 Jan 2025 11:28:15 +0100 Subject: [PATCH] add Contributing Compliance workflow --- .github/workflows/compliance.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 000000000..75d46609f --- /dev/null +++ b/.github/workflows/compliance.yml @@ -0,0 +1,28 @@ +name: Contributing Compliance + +on: + pull_request: + branches: + - main + types: + - edited + - opened + - reopened + - synchronize + +permissions: + pull-requests: write + +jobs: + compliance: + runs-on: ubuntu-latest + steps: + - uses: mtfoley/pr-compliance-action@main + with: + body-auto-close: false + ignore-authors: |- + allcontributors + allcontributors[bot] + renovate + renovate[bot] + ignore-team-members: false