Skip to content

Commit

Permalink
Tests und Linter als notwendige erfolgreiche Vorbedingung für Auto-Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nbennke committed Oct 19, 2023
1 parent c5db34e commit c817219
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
needs:
- brakeman-scan
- coffeelint
- erblint
- eslint
- rubocop
- stylelint
- test
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit c817219

Please sign in to comment.