-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from CaritasDeutschland/VIC-795
feat: [VIC-795] fork sync change
- Loading branch information
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
version: '1' | ||
rules: | ||
- base: master | ||
upstream: Onlineberatung:master | ||
mergeMethod: squash | ||
- base: develop | ||
upstream: Onlineberatung:develop # Required. Can be a branch in the same forked repo. | ||
mergeMethod: squash # Optional, one of [none, merge, squash, rebase, hardreset], Default: none. | ||
label: ':arrow_heading_down: pull' # Optional | ||
conflictLabel: 'merge-conflict' # Optional, on merge conflict assign a custom label, Default: merge-conflict | ||
upstream: Onlineberatung:develop | ||
mergeMethod: squash | ||
label: ':arrow_heading_down: pull' | ||
conflictLabel: 'merge-conflict' |