diff --git a/eng/pipelines/mirror-repos.yml b/eng/pipelines/mirror-repos.yml index ff9252a978a..d01332396ec 100644 --- a/eng/pipelines/mirror-repos.yml +++ b/eng/pipelines/mirror-repos.yml @@ -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