You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
475 B
YAML
24 lines
475 B
YAML
pull_request_rules:
|
|
- name: forward patches to main branch
|
|
conditions:
|
|
- base=0.28.x
|
|
- label=forward-to-main
|
|
actions:
|
|
backport:
|
|
branches:
|
|
- main
|
|
assignees:
|
|
- "{{ author }}"
|
|
|
|
- name: delete head branch after merge
|
|
conditions:
|
|
- merged
|
|
actions:
|
|
delete_head_branch: {}
|
|
|
|
- name: remove outdated reviews
|
|
conditions: []
|
|
actions:
|
|
dismiss_reviews:
|
|
changes_requested: False
|