diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-05-29 15:50:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 15:50:47 -0500 |
commit | 0fdbc45956d5e5584f6c89957ca5d31849be706d (patch) | |
tree | 290b6127a5848fa65ef05a7f97de88ec43ad3165 | |
parent | 438fbbbafebd3fac29c88ea395242638f30d2442 (diff) | |
download | skyblock-api-0fdbc45956d5e5584f6c89957ca5d31849be706d.tar.gz skyblock-api-0fdbc45956d5e5584f6c89957ca5d31849be706d.tar.bz2 skyblock-api-0fdbc45956d5e5584f6c89957ca5d31849be706d.zip |
Delete auto-merge.yml
-rw-r--r-- | .github/workflows/auto-merge.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index 46c268b..0000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: auto-merge - -on: - pull_request_target: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ahmadnassri/action-dependabot-auto-merge@v2 - with: - target: minor - github-token: ${{ secrets.GITHUB_TOKEN }} |