mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: add build(deps) as a valid pr format (#44245)
/kind improvement for the pr created by [dependabot](https://github.com/apps/dependabot) Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
9bf2b5c10c
commit
deea1bf9a1
5
.github/mergify.yml
vendored
5
.github/mergify.yml
vendored
@ -381,7 +381,7 @@ pull_request_rules:
|
||||
conditions:
|
||||
- or: *BRANCHES
|
||||
- or:
|
||||
- '-title~=^(feat:|enhance:|fix:|test:|doc:|auto:|\[automated\])'
|
||||
- '-title~=^(feat:|enhance:|fix:|test:|doc:|auto:|build\(deps\):|\[automated\])'
|
||||
- body=^$
|
||||
actions:
|
||||
label:
|
||||
@ -402,6 +402,7 @@ pull_request_rules:
|
||||
- `test`: for add tests to existing functionality.
|
||||
- `doc`: for modifying documentation.
|
||||
- `auto`: for the pull request from bot.
|
||||
- `build(deps)`: for dependency updates from Dependabot.
|
||||
|
||||
2. **Description Requirement:** The PR must include a non-empty description, detailing the changes and their impact.
|
||||
|
||||
@ -423,7 +424,7 @@ pull_request_rules:
|
||||
- name: Remove 'do-not-merge/invalid-pr-format' label for valid PRs
|
||||
conditions:
|
||||
- or: *BRANCHES
|
||||
- 'title~=^(feat:|enhance:|fix:|test:|doc:|auto:|\[automated\])'
|
||||
- 'title~=^(feat:|enhance:|fix:|test:|doc:|auto:|build\(deps\):|\[automated\])'
|
||||
- '-body=^$'
|
||||
- 'label=do-not-merge/invalid-pr-format'
|
||||
actions:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user