diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-07-12 04:03:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 04:03:28 -0500 |
commit | 559e3f55ff2a1e34bf887670584d6f3650e649c9 (patch) | |
tree | 14eef04e7222f2d3e71c4424cb1911b87baa8703 /.github | |
parent | 435205f1f7b881dc5ee7147bc75c5f5f71e1331b (diff) | |
download | skyblock-api-559e3f55ff2a1e34bf887670584d6f3650e649c9.tar.gz skyblock-api-559e3f55ff2a1e34bf887670584d6f3650e649c9.tar.bz2 skyblock-api-559e3f55ff2a1e34bf887670584d6f3650e649c9.zip |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e152ab3..d797ab9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,3 +14,12 @@ jobs: - name: Run tests run: npm test + + automerge: + needs: build + runs-on: ubuntu-latest + steps: + - uses: fastify/github-action-merge-dependabot@v2.1.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + target: minor |