enhance: [skip e2e] add auto prefix for the PR from bot (#28705)

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/28696/head
sammy.huang 2023-11-24 09:42:23 +08:00 committed by GitHub
parent 53646032d0
commit fa66c2829d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

5
.github/mergify.yml vendored
View File

@ -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: