diff --git a/.github/workflows/complaince.yml b/.github/workflows/complaince.yml deleted file mode 100644 index 1c924eab..00000000 --- a/.github/workflows/complaince.yml +++ /dev/null @@ -1,28 +0,0 @@ -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 - -name: Compliance - -on: - pull_request: - branches: - - main - types: - - edited - - opened - - reopened - - synchronize