Skip to content

Commit

Permalink
Fix check names in mergify config (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Oct 29, 2020
1 parent 3829f04 commit 51a1752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pull_request_rules:
conditions:
- "#approved-reviews-by>=1"
- "-draft"
- "status-success=build"
- "status-success=lint"
- "status-success=security"
- "status-success=integration-test"
- "status-success=Unit tests"
- "status-success=Code standards (linting)"
- "status-success=Security"
- "status-success=Integration test"
actions:
merge:
method: squash
Expand Down

0 comments on commit 51a1752

Please sign in to comment.