Exclude cspell.json from auto-sync (#7788)

This commit is contained in:
Wes Haggard 2024-03-01 10:19:47 -08:00 коммит произвёл GitHub
Родитель 227deafac0
Коммит 46729b221c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -36,22 +36,22 @@ jobs:
TargetBranches:
RPSaaSMaster:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
RPSaaSDev:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
ARMCoreRPDev:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true
InternalARMContracts:
Theirs: '@("**")'
Ours: '@("specification", "custom-words.txt")'
Ours: '@("specification", "custom-words.txt", "cSpell.json")'
Merge: '@("specification/common-types")'
AcceptTheirsForFinalMerge: true