service/vendor/github.com/apolloconfig/agollo/v4/.mergify.yml

34 lines
1.0 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: automatic merge on Github Action success if some files are changed
conditions:
- check-success=build
- files~=^./
actions:
merge:
method: merge
- name: say hi on Pull Request
conditions:
- author!=a
actions:
comment:
message: |
感谢您提出Pull Request我会尽快Review。我会在1-2日内进行查看或者回复如果遇到节假日可能会处理较慢敬请谅解。
- name: ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: 这个 PR 发生了冲突. @{{author}} 是否能帮忙修复呢? 🙏
- name: ask to fix commit message
conditions:
- check-failure=Semantic Pull Request
actions:
comment:
message: |
这个 PR 发生了检查失败,@{{author}} 是否能帮忙修复呢🙏pull_request_rules: