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:
parent
ea07783db6
commit
6715792982
8
.github/workflows/Divlo.yml
vendored
8
.github/workflows/Divlo.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user