Skip to content

Commit

Permalink
ci: avoid dependabot to merge if tests fails (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
griseau authored Oct 25, 2023
1 parent 72adb17 commit f3ac275
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
18 changes: 15 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:
format:
Expand Down Expand Up @@ -108,3 +105,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 f3ac275

Please sign in to comment.