Skip to content

Commit

Permalink
Merge branch 'test' of https://github.com/badboynt1/matrixone into test
Browse files Browse the repository at this point in the history
  • Loading branch information
badboynt1 committed Oct 29, 2024
2 parents 533bd33 + b829743 commit b31d1bd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ queue_rules:
{{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
Approved by: @{{ approved_reviews_by | join(', @') }}
- name: release-2.0
merge_conditions: []
checks_timeout: 4h
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body.split("___\n\n### **PR Type**")[0] | trim | get_section("## What this PR does / why we need it:") }}
Approved by: @{{ approved_reviews_by | join(', @') }}
pull_request_rules:
- name: Automatic queue on approval for main
Expand All @@ -40,14 +50,24 @@ pull_request_rules:
queue:
name: release-1.2

- name: Automatic queue on approval for release-2.0
conditions:
- "#changes-requested-reviews-by<=0"
- label!=do-not-merge/wip
- base=2.0-dev
- approved-reviews-by=sukki37
actions:
queue:
name: release-2.0


- name: Auto update branch
conditions:
- created-at>=00:10 ago
actions:
update:

- name: Auto Request Reviewer For 1.2-dev
- name: Auto Request Reviewer For Non Main Branch
conditions:
- base!=main
actions:
Expand Down

0 comments on commit b31d1bd

Please sign in to comment.