1 Star 0 Fork 1

梦里不知身是客/document

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.mergify.yml 5.36 KB
一键复制 编辑 原始数据 按行查看 历史
pull_request_rules:
- name: Automatic welcome on new pr
conditions:
- author!=unknowIfGuestInDream
- author!=dependabot[bot]
- "-closed"
actions:
comment:
message: |
Thanks for opening this pull request!
Please check out the [Contributing Guidelines](https://github.com/unknowIfGuestInDream/javafxTool/blob/master/CONTRIBUTING.md).
- name: Assign author
conditions:
- "-closed"
- "#assignee=0"
actions:
assign:
users:
- "{{author}}"
- name: Assign Reviewer
conditions:
- author!=unknowIfGuestInDream
- "-draft"
- "-closed"
- "#review-requested=0"
actions:
request_reviews:
users:
- unknowIfGuestInDream
- name: Label enhancement
conditions:
- title~=^feat(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- enhancement
- name: Label bug
conditions:
- title~=^fix(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- bug
- name: Label documentation
conditions:
- title~=^docs(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- documentation
- name: Label chore
conditions:
- title~=^chore(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- chore
- name: Label dependencies
conditions:
- title~=^(build|ci)\/[a-zA-Z0-9-_\/]+$
actions:
label:
add:
- dependencies
- name: Label style
conditions:
- title~=^style(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- style
- name: Label workflow
conditions:
- title~=^bot\/[a-zA-Z0-9-_\/]+$
actions:
label:
add:
- workflow
- name: Label test
conditions:
- title~=^test(\(([\w$.\-*/ ]*)\))?:[ ](.*)$
actions:
label:
add:
- test
- name: Title Validator comment
conditions:
- "status-failure=Title Validator"
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
Wrong PR Title: {{title}}
Please check [Contributing Guidelines](https://github.com/unknowIfGuestInDream/javafxTool/blob/master/CONTRIBUTING.md) for more information.
- name: mergefreeze check comment
conditions:
- "status-failure=mergefreeze"
- author!=dependabot[bot]
- author!=imgbot[bot]
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
The current code is frozen, please wait for the unfreeze to merge.
- name: GitGuardian check comment
conditions:
- "status-failure=GitGuardian Security Checks"
- author!=dependabot[bot]
- author!=imgbot[bot]
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
Your commit has API keys, passwords, certificates, encryption keys and other sensitive data!
Please remove this sensitive data.
- name: conflict comment
conditions:
- "-closed"
- "-draft"
- "-merged"
- "conflict"
actions:
comment:
message: |
@{{author}}
There are some conflicts within your pull request.
Could you please fix them?
- name: All check pass comment
conditions:
- status-success=Title Validator
- status-success=GitGuardian Security Checks
- "-closed"
- "-draft"
- "-conflict"
- "-merged"
actions:
comment:
message: |
All checks passed.
Please wait for review.
- name: Pr size comment
conditions:
- author!=unknowIfGuestInDream
- author!=dependabot[bot]
- author!=imgbot[bot]
- label=size/XXL
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}} @unknowIfGuestInDream
This is a big change, please make sure it is correct.
- name: Automatic merge on approval
conditions:
- author!=unknowIfGuestInDream
- author!=dependabot[bot]
- "#approved-reviews-by>=1"
- status-success=Title Validator
- status-success=GitGuardian Security Checks
- status-success=mergefreeze
- status-success=WIP
- label!=invalid
- "-closed"
- "-draft"
- "-conflict"
- "-merged"
actions:
comment:
message: |
This pull request has been approved by:
{% for name in approved_reviews_by %}
@{{name}}
{% endfor %}
Thank you @{{author}} for your contributions!
merge:
method: squash
- name: Automatic merge
conditions:
- author=unknowIfGuestInDream
- status-success=Hound
- status-success=Title Validator
- status-success=GitGuardian Security Checks
- status-success=mergefreeze
- status-success=WIP
- status-success=Vercel
- label!=invalid
- "-closed"
- "-draft"
- "-conflict"
- "-merged"
actions:
merge:
method: squash
- name: automatic merge for ImgBot pull requests
conditions:
- author=imgbot[bot]
- "-status-failure=Title Validator"
- "#approved-reviews-by>=1"
- label!=invalid
- "-closed"
- "-draft"
- "-conflict"
- "-merged"
actions:
merge:
method: squash
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unknowIfGuestInDream/document.git
git@gitee.com:unknowIfGuestInDream/document.git
unknowIfGuestInDream
document
document
master

搜索帮助