Skip to content

Commit

Permalink
ci(mergify): configure mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-olaiya committed Aug 12, 2023
1 parent 27abdbe commit 3327fab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gradle/
build/
.idea/
node_modules/
node_modules/
bin/
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pull_request_rules:
- name: "Rebase on passing tests"
conditions:
- author=renovate[bot]
- check-success=test-deploy
- check-success=release
- check-success=Test: ubuntu
- check-success=Test: windows
- check-success=Test: macos
actions:
- rebase


0 comments on commit 3327fab

Please sign in to comment.