added pull.yml to automatically update forks

This commit is contained in:
attero 2021-04-09 13:07:40 +02:00 committed by Jonathan White
parent c0ae130656
commit 91e74944f3

12
.github/pull.yml vendored Normal file
View File

@ -0,0 +1,12 @@
# 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