From f2473a7fbe9b6f0f91ef50ad2ecf406998a8054e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= Date: Wed, 16 Oct 2024 13:18:57 -0300 Subject: [PATCH] Delete .github/dependantbot-auto-merge.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari --- .github/dependantbot-auto-merge.yml | 31 ----------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/dependantbot-auto-merge.yml diff --git a/.github/dependantbot-auto-merge.yml b/.github/dependantbot-auto-merge.yml deleted file mode 100644 index e9724a0..0000000 --- a/.github/dependantbot-auto-merge.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: 'Dependabot Automerge - Action' - -on: - pull_request: - -permissions: - pull-requests: write - issues: write - -jobs: - worker: - runs-on: ubuntu-latest - - if: github.actor == 'dependabot[bot]' - steps: - - name: 'Wait for status checks' - id: waitforstatuschecks - uses: WyriHaximus/github-action-wait-for-status@v1.2.0 - with: - ignoreActions: worker,WIP - checkInterval: 60 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: 'Automerge' - uses: pascalgn/automerge-action@v0.11.0 - if: steps.waitforstatuschecks.outputs.status == 'success' - env: - MERGE_LABELS: '' - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MERGE_DELETE_BRANCH: true