From 98a8103f5a2bc237cb087e28e71a712b434aa0ea Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Wed, 13 Mar 2019 16:49:26 -0700 Subject: [PATCH] fix spacing in yml (#4436) --- .github/classifier.yml | 94 ++++++++++++++++++------------------- .github/commands.yml | 20 ++++---- .github/locker.yml | 8 ++-- .github/needs_more_info.yml | 8 ++-- .github/new_release.yml | 8 ++-- .github/similarity.yml | 6 +-- 6 files changed, 72 insertions(+), 72 deletions(-) diff --git a/.github/classifier.yml b/.github/classifier.yml index bfe866776c..8e1bea9393 100644 --- a/.github/classifier.yml +++ b/.github/classifier.yml @@ -1,49 +1,49 @@ { - perform: true, - alwaysRequireAssignee: false, - labelsRequiringAssignee: [], - autoAssignees: { - accessibility: [], - acquisition: [], - agent: [], - azure: [], - backup: [], - bcdr: [], - 'chart viewer': [], - connection: [], - dacfx: [], - dashboard: [], - 'data explorer': [], - documentation: [], - 'edit data': [], - export: [], - extensibility: [], - extensionManager: [], - globalization: [], - grid: [], - import: [], - insights: [], - intellisense: [], - localization: [], - 'managed instance': [], - notebooks: [], - 'object explorer': [], - performance: [], - profiler: [], - 'query editor': [], - 'query execution': [], - reliability: [], - restore: [], - scripting: [], - 'server group': [], - settings: [], - setup: [], - shell: [], - showplan: [], - snippet: [], - sql2019Preview: [], - sqldw: [], - supportability: [], - ux: [] - } + perform: true, + alwaysRequireAssignee: false, + labelsRequiringAssignee: [], + autoAssignees: { + accessibility: [], + acquisition: [], + agent: [], + azure: [], + backup: [], + bcdr: [], + 'chart viewer': [], + connection: [], + dacfx: [], + dashboard: [], + 'data explorer': [], + documentation: [], + 'edit data': [], + export: [], + extensibility: [], + extensionManager: [], + globalization: [], + grid: [], + import: [], + insights: [], + intellisense: [], + localization: [], + 'managed instance': [], + notebooks: [], + 'object explorer': [], + performance: [], + profiler: [], + 'query editor': [], + 'query execution': [], + reliability: [], + restore: [], + scripting: [], + 'server group': [], + settings: [], + setup: [], + shell: [], + showplan: [], + snippet: [], + sql2019Preview: [], + sqldw: [], + supportability: [], + ux: [] + } } diff --git a/.github/commands.yml b/.github/commands.yml index b395715e13..482f005732 100644 --- a/.github/commands.yml +++ b/.github/commands.yml @@ -1,12 +1,12 @@ { - perform: false, - commands: [ - { - type: 'label', - name: 'duplicate', - allowTriggerByBot: true, - action: 'close', - comment: "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues [here](https://aka.ms/vscodeissuesearch). See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" - } - ] + perform: false, + commands: [ + { + type: 'label', + name: 'duplicate', + allowTriggerByBot: true, + action: 'close', + comment: "Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues [here](https://aka.ms/vscodeissuesearch). See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" + } + ] } diff --git a/.github/locker.yml b/.github/locker.yml index a9dab936b9..dda3520b81 100644 --- a/.github/locker.yml +++ b/.github/locker.yml @@ -1,6 +1,6 @@ { - daysAfterClose: 45, - daysSinceLastUpdate: 3, - ignoredLabels: [], - perform: false + daysAfterClose: 45, + daysSinceLastUpdate: 3, + ignoredLabels: [], + perform: false } diff --git a/.github/needs_more_info.yml b/.github/needs_more_info.yml index 143c53ba53..5bab0d7be1 100644 --- a/.github/needs_more_info.yml +++ b/.github/needs_more_info.yml @@ -1,6 +1,6 @@ { - daysUntilClose: 7, - needsMoreInfoLabel: 'more info', - perform: false, - closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" + daysUntilClose: 7, + needsMoreInfoLabel: 'more info', + perform: false, + closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!" } diff --git a/.github/new_release.yml b/.github/new_release.yml index b7111864fd..de8617c981 100644 --- a/.github/new_release.yml +++ b/.github/new_release.yml @@ -1,6 +1,6 @@ { - newReleaseLabel: 'new-release', - newReleaseColor: '006b75', - daysAfterRelease: 5, - perform: true + newReleaseLabel: 'new-release', + newReleaseColor: '006b75', + daysAfterRelease: 5, + perform: true } diff --git a/.github/similarity.yml b/.github/similarity.yml index 8a7eac1eff..dae96c94b7 100644 --- a/.github/similarity.yml +++ b/.github/similarity.yml @@ -1,5 +1,5 @@ { - perform: false, - whenCreatedByTeam: true, - comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}" + perform: false, + whenCreatedByTeam: true, + comment: "Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:\n${potentialDuplicates}" }