mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
d7cd1a4b4e
Signed-off-by: Rongrong <i@rong.moe>
9 lines
401 B
YAML
9 lines
401 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
|