Skip to content

Commit

Permalink
added pull.yml to automatically update forks
Browse files Browse the repository at this point in the history
  • Loading branch information
attero authored and droidmonkey committed Apr 19, 2021
1 parent c0ae130 commit 91e7494
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 91e7494

Please sign in to comment.