Skip to content

Commit

Permalink
Mergify: configuration update (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored May 26, 2020
1 parent 2373eee commit c2fb6cd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
pull_request_rules:
-
actions:
merge:
method: squash
conditions:
- author!=Clivern
- approved-reviews-by=Clivern
- label=merge
- status-success=Travis CI - Pull Request
- status-success=Travis CI - Branch
name: "Automatic Merge 🚀"
-
actions:
merge:
method: merge
conditions:
- author=Clivern
- label=merge
name: "Automatic Merge 🚀"
-
actions:
merge:
method: squash
conditions:
- "author=renovate[bot]"
- label=merge
- status-success=Travis CI - Pull Request
- status-success=Travis CI - Branch
name: "Automatic Merge for Renovate PRs 🚀"
-
actions:
comment:
message: "Nice! PR merged successfully."
conditions:
- merged
name: "Merge Done 🚀"

0 comments on commit c2fb6cd

Please sign in to comment.