mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
13 lines
355 B
YAML
13 lines
355 B
YAML
|
# doc: https://github.com/wei/pull#basic-setup
|
||
|
# manual trigger: https://pull.git.ci/process/${fork-user}/keepassxc
|
||
|
# pull from: https://github.com/keepassxreboot/keepassxc
|
||
|
version: "1"
|
||
|
rules:
|
||
|
- base: master
|
||
|
upstream: keepassxreboot:master
|
||
|
mergeMethod: hardreset
|
||
|
|
||
|
- base: develop
|
||
|
upstream: keepassxreboot:develop
|
||
|
mergeMethod: rebase
|