1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00

ci: add automerge-dependabot

This commit is contained in:
Divlo 2021-09-11 14:27:43 +02:00
parent ea07783db6
commit 6715792982
No known key found for this signature in database
GPG Key ID: 6F24DA54DA3967CF

View File

@ -105,6 +105,14 @@ jobs:
- name: 'End To End (e2e) Test'
run: 'npm run test:e2e'
automerge-dependabot:
needs: [analyze, lint, test-unit, test-e2e, test-lighthouse]
runs-on: 'ubuntu-latest'
steps:
- uses: 'fastify/github-action-merge-dependabot@v2.4.0'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release:
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
needs: [analyze, lint, test-unit, test-e2e, test-lighthouse]