mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: [skip e2e] add auto prefix for the PR from bot (#28705)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
53646032d0
commit
fa66c2829d
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
@ -374,7 +374,7 @@ pull_request_rules:
|
||||
- base=master
|
||||
- base~=^2\.3(\.\d+){0,1}$
|
||||
- or:
|
||||
- '-title~=^(feat:|enhance:|fix:|test:|doc:)'
|
||||
- '-title~=^(feat:|enhance:|fix:|test:|doc:|auto:|\[automated\])'
|
||||
- body=^$
|
||||
actions:
|
||||
label:
|
||||
@ -394,6 +394,7 @@ pull_request_rules:
|
||||
- `enhance:` for improvements to existing functionality.
|
||||
- `test`: for add tests to existing functionality.
|
||||
- `doc`: for modifying documentation.
|
||||
- `auto`: for the pull request from bot.
|
||||
|
||||
2. **Description Requirement:** The PR must include a non-empty description, detailing the changes and their impact.
|
||||
|
||||
@ -417,7 +418,7 @@ pull_request_rules:
|
||||
- or:
|
||||
- base=master
|
||||
- base~=^2\.3(\.\d+){0,1}$
|
||||
- 'title~=^(feat:|enhance:|fix:|test:|doc:)'
|
||||
- 'title~=^(feat:|enhance:|fix:|test:|doc:|auto:|\[automated\])'
|
||||
- '-body=^$'
|
||||
- 'label=do-not-merge/invalid-pr-format'
|
||||
actions:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user