mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-04-28 02:31:54 +00:00
Removed the rule for automatically updating PRs before merging. Signed-off-by: James Cole <james@firefly-iii.org>
10 lines
274 B
YAML
10 lines
274 B
YAML
pull_request_rules:
|
|
- name: Close all on main
|
|
conditions:
|
|
- base=main
|
|
- -author~=^dependabot(|-preview)\[bot\]$
|
|
actions:
|
|
close:
|
|
message: Please do not open PR's on the `main` branch, but on the `develop`
|
|
branch only. Thank you!
|