Ai
4 Star 9 Fork 2

Gitee 极速下载/mojojs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/mojolicious/mojo.js
克隆/下载
.mergify.yml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Sebastian Riedel 提交于 2024-08-24 20:05 +08:00 . Only wait one day
pull_request_rules:
- name: automatic merge
conditions:
- and: &base_checks
- base=main
- -label~=^acceptance-tests-needed|not-ready
- "#check-failure=0"
- "#check-pending=0"
- linear-history
- and:
- "#approved-reviews-by>=2"
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
actions: &merge
merge:
method: merge
- name: automatic merge on special label
conditions:
- and: *base_checks
- and:
- base=main
- "label=merge-fast"
actions: *merge
- name: automatic merge for dependabot updates
conditions:
- and: *base_checks
- and:
- base=main
- author=dependabot[bot]
- "label=waited"
actions:
merge:
method: squash
- name: ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: This pull request is now in conflicts. Could you fix it? 🙏
- name: Wait for 1 day before validating merge
actions:
label:
add:
- waited
remove:
- waiting
conditions:
- and:
- updated-at<1 days ago
- author=dependabot[bot]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/mojojs.git
git@gitee.com:mirrors/mojojs.git
mirrors
mojojs
mojojs
main

搜索帮助