未验证 提交 a5f6b636 编写于 作者: I Ivan Blinkov 提交者: GitHub

Update .mergify.yml

上级 63926fd5
......@@ -38,21 +38,21 @@ pull_request_rules:
pull_request_rules:
- name: Automatic add pr-documentation label via description
conditions:
- "body~=Documentation"
- "body~=- Documentation"
actions:
label:
add: ["pr-documentation"]
pull_request_rules:
- name: Automatic add pr-feature label
conditions:
- "body~=New Feature"
- "body~=- New Feature"
actions:
label:
add: ["pr-feature", "doc-alert"]
pull_request_rules:
- name: Automatic add pr-bugfix label
conditions:
- "body~=Bug Fix"
- "body~=- Bug Fix"
actions:
label:
add: ["pr-bugfix", "no-docs-needed"]
......@@ -80,7 +80,7 @@ pull_request_rules:
pull_request_rules:
- name: Automatic add pr-non-significant label
conditions:
- "body~=Non-significant"
- "body~=- Non-significant"
actions:
label:
add: ["pr-non-significant", "no-docs-needed"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册