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

ci: remove automerge-dependabot

This commit is contained in:
Divlo 2021-09-14 09:34:57 +02:00
parent f2e66166dd
commit cb0f74f679
No known key found for this signature in database
GPG Key ID: 6F24DA54DA3967CF

View File

@ -58,8 +58,6 @@ jobs:
run: 'npm install' run: 'npm install'
- run: 'npm run lint:commit -- --to "${{ github.sha }}"' - run: 'npm run lint:commit -- --to "${{ github.sha }}"'
if: github.actor != 'dependabot[bot]'
- run: 'npm run lint:docker' - run: 'npm run lint:docker'
- run: 'npm run lint:editorconfig' - run: 'npm run lint:editorconfig'
- run: 'npm run lint:markdown' - run: 'npm run lint:markdown'
@ -124,14 +122,6 @@ jobs:
- name: 'End To End (e2e) Test' - name: 'End To End (e2e) Test'
run: 'npm run test:e2e' run: 'npm run test:e2e'
automerge-dependabot:
needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e]
runs-on: 'ubuntu-latest'
steps:
- uses: 'fastify/github-action-merge-dependabot@v2.4.0'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release: release:
if: github.ref == 'refs/heads/master' && github.event_name == 'push' if: github.ref == 'refs/heads/master' && github.event_name == 'push'
needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e] needs: [analyze, build, lint, test-unit, test-lighthouse, test-e2e]