From 89351f81a6c3aef961dde32d75be0ba493cafc7b Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:18:28 -0400 Subject: [PATCH] Delete .github/workflows/automerge.yml --- .github/workflows/automerge.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/automerge.yml diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml deleted file mode 100644 index 47f0496..0000000 --- a/.github/workflows/automerge.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Enable automerge on dependabot PRs - -on: - # See note below about using pull_request_target - pull_request_target: - -jobs: - automerge: - name: Enable automerge on dependabot PRs - runs-on: ubuntu-latest - steps: - - name: Enable automerge on dependabot PRs - uses: daneden/enable-automerge-action@v1 - with: - # A personal access token that you have generated and saved in the - # repo or org’s encrypted secrets - github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - - # The name of the PR author to enable automerge for - # Defaults to dependabot[bot] - allowed-author: "dependabot[bot]" - - # Allowed values: MERGE | SQUASH | REBASE - # Defaults to MERGE - merge-method: MERGE