加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dele.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
WRH 提交于 2022-04-01 13:54 . [Feature] Add config for mmassistant (#827)
dele_rules:
issue:
create:
- name: "english needs"
conditions:
- "issue.title ~= ANSI"
actions:
- comment:
message: "@{{ issue.author.name }}, english-please."
- name: "add assignee"
conditions:
- "issue.assignees.count == 0"
actions:
- assign_with_owners
- name: "set stale"
conditions:
- "issue.status.inactive_time >= 30d"
actions:
- label:
add: ["stale"]
- comment:
message: "This issue will be closed in 5 days because it has been open 30 days with no activity, comment it or remove stale label to avoid it."
pull_request:
create:
- name: "add size label"
conditions:
- "pr.labels ~= size/*"
actions:
- label:
add: ["size"]
- name: "welcome new contributor"
conditions:
- "pr.author.login ~= first_pr"
actions:
- comment:
message: "Welcome @{{ pr.author.login }}! Thanks for your contribution to {{ pr.org }}/{{ .pr.repo }} 🎉"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化