diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-07-12 03:45:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:45:08 -0500 |
commit | 6a69b98f9840996eb39f79594e75b9f2b967f3ea (patch) | |
tree | dc55e06b86bc70f537d8542d6d6e381e9a1ce369 | |
parent | 7fd912e2a0be29825becfa8c7f815f18bd7be289 (diff) | |
download | skyblock-api-6a69b98f9840996eb39f79594e75b9f2b967f3ea.tar.gz skyblock-api-6a69b98f9840996eb39f79594e75b9f2b967f3ea.tar.bz2 skyblock-api-6a69b98f9840996eb39f79594e75b9f2b967f3ea.zip |
Create dependabotmerge.yml
-rw-r--r-- | .github/workflows/dependabotmerge.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/dependabotmerge.yml b/.github/workflows/dependabotmerge.yml new file mode 100644 index 0000000..aa82322 --- /dev/null +++ b/.github/workflows/dependabotmerge.yml @@ -0,0 +1,11 @@ +name: CI +on: [push, pull_request] + +jobs: + automerge: + needs: build + runs-on: ubuntu-latest + steps: + - uses: fastify/github-action-merge-dependabot@v2.1.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} |