Skip to content

Commit

Permalink
Change files sync'd in specs repo (#9657)
Browse files Browse the repository at this point in the history
* Change RPSaaSDev sync configuratio

* Test branch sync behavior

* Disable some behaviors for testing

* Remove testing

* Also revert testing
  • Loading branch information
danieljurek authored Jan 17, 2025
1 parent eb27240 commit a03000c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/mirror-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ jobs:
TargetBranches:
RPSaaSMaster:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Ours: '@("specification")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
RPSaaSDev:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Ours: '@("specification")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
ARMCoreRPDev:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Ours: '@("specification")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
InternalARMContracts:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Ours: '@("specification")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true

Expand Down

0 comments on commit a03000c

Please sign in to comment.