From 4c204fc34864abf2372236bf45b2374b3312298e Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 7 Mar 2023 10:05:00 -0600 Subject: [PATCH] chore: ensure auto-approve-docs has a deep enough depth (#6484) * chore: ensure auto-approve-docs has a deep enough depth This was failing on numerous PRs. * Remove check because it isn't working --- .github/workflows/contrib.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 510687ecf7..36a0460fbb 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -27,20 +27,6 @@ jobs: steps: - uses: hmarr/auto-approve-action@v3 if: github.actor == 'dependabot[bot]' - auto-approve-docs: - runs-on: ubuntu-latest - if: github.event_name == 'pull_request_target' - permissions: - pull-requests: write - steps: - - uses: actions/checkout@v3 - - name: Get changed files in the docs folder - id: changed-files - uses: tj-actions/changed-files@v35 - with: - files: docs/* - - uses: hmarr/auto-approve-action@v3 - if: github.actor == 'bpmct' && steps.changed-files.outputs.only_changed == 'true' cla: runs-on: ubuntu-latest