mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-28 04:41:11 +00:00
9 lines
413 B
YAML
9 lines
413 B
YAML
version: '1'
|
|
rules:
|
|
- base: master
|
|
upstream: diygod:master
|
|
# default value if this file does not exist is `hardreset`, effectively overwriting any downstream changes!
|
|
# previously it was the misconfigured PR route test workflow that rescued downstream changes from being overwritten
|
|
mergeMethod: merge
|
|
mergeUnstable: true # prevent non-pass tests from preventing automatic merge
|