fix doc path and mergify

pull/607/head
Hui Zhang 4 years ago
parent fafdeac321
commit 41cd350f02

@ -47,19 +47,19 @@ pull_request_rules:
add: ["README"] add: ["README"]
- name: "auto add label=Documentation" - name: "auto add label=Documentation"
conditions: conditions:
- files~=^docs/ - files~=^doc/
actions: actions:
label: label:
add: ["Documentation"] add: ["Documentation"]
- name: "auto add label=CI" - name: "auto add label=CI"
conditions: conditions:
- files~=^(.circleci/|ci/|.github/|.travis.yml) - files~=^(.circleci/|ci/|.github/|.travis.yml|.travis|env.sh)
actions: actions:
label: label:
add: ["CI"] add: ["CI"]
- name: "auto add label=Installation" - name: "auto add label=Installation"
conditions: conditions:
- files~=^(tools/|setup.py|setup.sh|env.sh|.travis) - files~=^(tools/|setup.py|setup.sh)
actions: actions:
label: label:
add: ["Installation"] add: ["Installation"]

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 206 KiB

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Loading…
Cancel
Save