Skip to content

Commit

Permalink
ci: avoid dependabot to merge if tests fails (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
griseau authored Oct 26, 2023
1 parent 16bb3ce commit 4e6d0c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -131,3 +128,19 @@ jobs:
- name: Types
run: npm run types
timeout-minutes: 5
merge-me:
needs:
- build
- 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 4e6d0c9

Please sign in to comment.