mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Better mergify rules.
This commit is contained in:
parent
3a0b3f46a5
commit
9adccb345a
13
.github/mergify.yml
vendored
13
.github/mergify.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: Close all on main
|
- name: Close all on main
|
||||||
conditions:
|
conditions:
|
||||||
@ -5,9 +6,12 @@ pull_request_rules:
|
|||||||
- -author~=^dependabot(|-preview)\[bot\]$
|
- -author~=^dependabot(|-preview)\[bot\]$
|
||||||
actions:
|
actions:
|
||||||
close:
|
close:
|
||||||
message: Please do not open PR's on the `main` branch, but on the `develop` branch only. Thank you!
|
message: Please do not open PR's on the `main` branch, but on the `develop`
|
||||||
|
branch only. Thank you!
|
||||||
- name: No translations
|
- name: No translations
|
||||||
conditions:
|
conditions:
|
||||||
|
- -author~=^dependabot(|-preview)\[bot\]$
|
||||||
|
- base=develop
|
||||||
- or:
|
- or:
|
||||||
- -files=^resources/lang/bg_BG
|
- -files=^resources/lang/bg_BG
|
||||||
- -files=^resources/lang/ca_ES
|
- -files=^resources/lang/ca_ES
|
||||||
@ -50,7 +54,10 @@ pull_request_rules:
|
|||||||
- -files=^resources/lang/zh_TW
|
- -files=^resources/lang/zh_TW
|
||||||
actions:
|
actions:
|
||||||
comment:
|
comment:
|
||||||
message: |
|
message: >
|
||||||
Please do not submit translated strings in your PR. If you need new sentences to be translated, add them to the `en_US` language strings. New or changed translations for other languages can be submitted at https://crowdin.com/project/firefly-iii
|
Please do not submit translated strings in your PR. If you need new
|
||||||
|
sentences to be translated, add them to the `en_US` language strings.
|
||||||
|
New or changed translations for other languages can be submitted at
|
||||||
|
https://crowdin.com/project/firefly-iii
|
||||||
|
|
||||||
Thank you!
|
Thank you!
|
||||||
|
Loading…
Reference in New Issue
Block a user