Skip to content

Commit

Permalink
ci(mergify): disable auto-rebase 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 c8eeca7 commit 5641f50
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pull_request_rules:
- name: Auto-rebase if appropriately labeled or if the author is an authorized bot
conditions:
- or:
- label=auto-update-rebase
- and:
- label=dependencies
- or: &authors_are_bots
- author=renovate[bot]
- author=dependabot[bot]
- -draft
- -conflict
actions:
rebase:
# - name: Auto-rebase if appropriately labeled or if the author is an authorized bot
# conditions:
# - or:
# - label=auto-update-rebase
# - and:
# - label=dependencies
# - or: &authors_are_bots
# - author=renovate[bot]
# - author=dependabot[bot]
# - -draft
# - -conflict
# actions:
# rebase:
- name: Auto-update with merge if appropriately labeled
conditions:
- label=auto-update-merge
Expand Down

0 comments on commit 5641f50

Please sign in to comment.