代码拉取完成,页面将自动刷新
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/tlstudio/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.
The title needs to start with (docs|feat|test|style|build|chore|fix|revert|ci|release|bot)
- 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: Build check comment
conditions:
- "status-failure=build (21)"
- author!=dependabot[bot]
- author!=imgbot[bot]
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
Compile failed in your commit!
Please confirm that the compilation is passed before submitting.
- name: Lint check comment
conditions:
- "status-failure=Lint Code Base"
- author!=dependabot[bot]
- author!=imgbot[bot]
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
The Lint Code check failed!
Please modify the code specifications according to the instructions.
- name: Dependency-review check comment
conditions:
- "status-failure=dependency-review"
- author!=dependabot[bot]
- author!=imgbot[bot]
- "-closed"
- "-merged"
actions:
comment:
message: |
@{{author}}
Your commit contains known known-vulnerable versions or GPL-3.0 LICENSE packages, which are not allowed.
Please update or remove these packages before submitting.
- 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=dependency-review
- status-success=build (17)
- 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=dependency-review
- status-success=build (17)
- 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 dependabot[bot]
conditions:
- author=dependabot[bot]
- "#approved-reviews-by>=1"
- "-status-failure=Title Validator"
- 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
- name: automatic update for PR marked as “Ready-to-Go“
conditions:
- -conflict # skip PRs with conflicts
- -draft # filter-out GH draft PRs
- -closed
- -merged
- label=Ready-to-Go
actions:
update:
- name: prepare for release
conditions:
- author!=unknowIfGuestInDream
- label=release
- "-closed"
- "-draft"
- "-conflict"
- "-merged"
actions:
comment:
message: |
@unknowIfGuestInDream
Please confirm the modification of MANIFEST.MF.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。