diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml deleted file mode 100644 index a6fc45002..000000000 --- a/.github/workflows/dependabot_automerge.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Dependabot Workflow -on: - pull_request_target - -jobs: - do-stuff: - runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} - steps: - - uses: actions/checkout - with: - ref: ${{ github.event.pull_request.head.sha }} - github-token: ${{ secrets.GITHUB_TOKEN }}