mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
added pull.yml to automatically update forks
This commit is contained in:
parent
c0ae130656
commit
91e74944f3
1 changed files with 12 additions and 0 deletions
12
.github/pull.yml
vendored
Normal file
12
.github/pull.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue