Skip to content

Commit 1ada0bc

Browse files
authored
Merge pull request #1 from MicrosoftDocs/main
Syncing the fork
2 parents 8f142fa + bb4c7bb commit 1ada0bc

File tree

7,984 files changed

+148601
-114622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,984 files changed

+148601
-114622
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
1+
{:allowed-branchname-matches ["main" "release-.*" "sandbox-.*"]
22
:allowed-filename-matches ["docker/" "docs/" "mac/" "scripting-docs/" "subscriptions/"]}

.github/workflows/stale-issues.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ on:
88
schedule:
99
- cron: "0 0 * * 4"
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
stale:
16+
permissions:
17+
issues: write # for actions/stale to close stale issues
18+
pull-requests: write # for actions/stale to close stale PRs
1319
runs-on: ubuntu-latest
1420
steps:
1521
- uses: actions/stale@v3
@@ -22,6 +28,6 @@ jobs:
2228
exempt-issue-labels: 'exempt'
2329
remove-stale-when-updated: true
2430
days-before-close: 14
25-
days-before-issue-stale: 250
31+
days-before-issue-stale: 180
2632
days-before-pr-stale: -1
2733
operations-per-run: 500

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,7 @@ _themes.VS.Modern/
359359
*.userprefs
360360

361361
# Folder configuration on Mac
362-
.DS_Store
362+
.DS_Store
363+
364+
# Custom added by ghogen
365+
settings.json

.openpublishing.publish.config.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"locale": "en-us",
3737
"monikers": [],
3838
"moniker_ranges": [
39-
">= vs-2017"
39+
">= vs-2019"
4040
],
4141
"xref_query_tags": [
4242
"/dotnet",
@@ -76,7 +76,8 @@
7676
"monikers": [],
7777
"moniker_ranges": [
7878
"vsmac-2017",
79-
"vsmac-2019"
79+
">=vsmac-2019",
80+
">=vsmac-2022"
8081
],
8182
"open_to_public_contributors": true,
8283
"type_mapping": {
@@ -126,7 +127,7 @@
126127
],
127128
"branches_to_filter": [],
128129
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/visualstudio-docs",
129-
"git_repository_branch_open_to_public_contributors": "master",
130+
"git_repository_branch_open_to_public_contributors": "main",
130131
"skip_source_output_uploading": false,
131132
"need_preview_pull_request": true,
132133
"need_pr_comments": true,
@@ -135,13 +136,13 @@
135136
{
136137
"path_to_root": "_themes",
137138
"url": "https://github.com/Microsoft/templates.docs.msft",
138-
"branch": "master",
139+
"branch": "main",
139140
"branch_mapping": {}
140141
},
141142
{
142143
"path_to_root": "_themes.pdf",
143144
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
144-
"branch": "master",
145+
"branch": "main",
145146
"branch_mapping": {}
146147
}
147148
],
@@ -166,6 +167,10 @@
166167
"enable_pull_request_custom_validation": true,
167168
"redirection_files": [
168169
".openpublishing.redirection.json",
170+
".openpublishing.redirection.mac.json",
171+
".openpublishing.redirection.subscriptions.json",
172+
".openpublishing.redirection.vs2017.json",
173+
".openpublishing.redirection.vs2015.json",
169174
"docs/containers/.openpublishing.redirection.containers.json"
170-
]
171-
}
175+
]
176+
}

0 commit comments

Comments
 (0)