From 4db58a80f568dc2579a162af2acdacda697d9d40 Mon Sep 17 00:00:00 2001 From: AbdulRehman Date: Wed, 11 Dec 2024 12:19:42 -0500 Subject: [PATCH] Disabling Auto Approval Bot (#2466) Co-authored-by: AbdulRehman Faraj --- .github/workflows/auto-approve.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 7851164e26..d86d0abfb7 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -19,12 +19,6 @@ jobs: env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - name: Approve patch and minor updates - if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}} - run: gh pr review $PR_URL --approve -b "I'm **approving** this pull request because **it includes a patch or minor update**" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Comment on major updates of non-development dependencies if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-major'}} run: |