Skip to content

Commit

Permalink
ci: avoid dependabot to merge if tests fails
Browse files Browse the repository at this point in the history
  • Loading branch information
griseau committed Oct 25, 2023
1 parent 72adb17 commit 3cee40d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,18 @@ jobs:
- name: Types
run: npm run types
timeout-minutes: 5
merge-me:
needs:
- format
- lint
- spellcheck
- test
- types
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.DOTTBOTT_TOKEN }}
timeout-minutes: 5
20 changes: 0 additions & 20 deletions .github/workflows/merge-me.yaml

This file was deleted.

0 comments on commit 3cee40d

Please sign in to comment.