diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-07-12 04:01:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 04:01:38 -0500 |
commit | 435205f1f7b881dc5ee7147bc75c5f5f71e1331b (patch) | |
tree | f2bf98261ebd94a1fe28b22dde74e8f488af304e /.github | |
parent | d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da (diff) | |
download | skyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.tar.gz skyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.tar.bz2 skyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.zip |
Delete dependabotmerge.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dependabotmerge.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/dependabotmerge.yml b/.github/workflows/dependabotmerge.yml deleted file mode 100644 index 32fe486..0000000 --- a/.github/workflows/dependabotmerge.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: CI -on: [push, pull_request] - -jobs: - automerge: - runs-on: ubuntu-latest - steps: - - uses: fastify/github-action-merge-dependabot@v2.1.1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} |