Skip to content

Commit

Permalink
fix: Fix mergify bot strict-mode-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokc9 authored and pavannd1 committed Jan 10, 2022
1 parent 575144e commit 403dfd4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>=1"
- status-success=Travis CI - Pull Request
- label=kueue
- label!="hold off merging"

pull_request_rules:
- name: Automatic merge
conditions:
Expand All @@ -7,8 +15,8 @@ pull_request_rules:
- label=kueue
- label!="hold off merging"
actions:
merge:
strict: smart
queue:
name: default
method: squash
- name: delete head branch after merge
conditions:
Expand Down

0 comments on commit 403dfd4

Please sign in to comment.