Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

change auto merge required reviewer for non-main branch #21468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pull_request_rules:
- "#changes-requested-reviews-by<=0"
- label!=do-not-merge/wip
- base=1.2-dev
- approved-reviews-by=sukki37
actions:
queue:
name: release-1.2
Expand All @@ -55,7 +54,6 @@ pull_request_rules:
- "#changes-requested-reviews-by<=0"
- label!=do-not-merge/wip
- base=2.0-dev
- approved-reviews-by=sukki37
actions:
queue:
name: release-2.0
Expand All @@ -67,13 +65,13 @@ pull_request_rules:
actions:
update:

- name: Auto Request Reviewer For Non Main Branch
conditions:
- base!=main
actions:
request_reviews:
users:
- sukki37
# - name: Auto Request Reviewer For Non Main Branch
# conditions:
# - base!=main
# actions:
# request_reviews:
# users:
# - sukki37

- name: label for Bug
conditions:
Expand Down
Loading