Skip to content

Commit

Permalink
Merge pull request #4 from CaritasDeutschland/VIC-795
Browse files Browse the repository at this point in the history
feat: [VIC-795] fork sync change
  • Loading branch information
web-mi authored Jun 10, 2022
2 parents ff40ada + fd454f6 commit a3ebe60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/pull.yml
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'

0 comments on commit a3ebe60

Please sign in to comment.