Skip to content

Commit

Permalink
ci(mergify): disable auto-rebasing due to Mergifyio/mergify#5074
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Mar 13, 2023
1 parent 0f5e129 commit 61434ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pull_request_rules:
- name: Auto-rebase if appropriately labeled
conditions:
- label=auto-update-rebase
- -draft
- -conflict
actions:
rebase:
# - name: Auto-rebase if appropriately labeled
# conditions:
# - label=auto-update-rebase
# - -draft
# - -conflict
# actions:
# rebase:
- name: Auto-update with merge if appropriately labeled
conditions:
- label=auto-update-merge
Expand Down

0 comments on commit 61434ad

Please sign in to comment.