Skip to content

Commit

Permalink
Merge branch 'public' into public
Browse files Browse the repository at this point in the history
  • Loading branch information
schmurky authored Nov 18, 2024
2 parents 8118f33 + 774ab7a commit 97ddbd8
Show file tree
Hide file tree
Showing 2,006 changed files with 49,250 additions and 6,871 deletions.
2 changes: 1 addition & 1 deletion .acrolinx-config.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:changed-files-limit 60
:allowed-branchname-matches ["main" "release-.*"]
:allowed-filename-matches ["defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/" "exposure-management/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]
:allowed-filename-matches ["ATADocs/" "CloudAppSecurityDocs/" "defender/" "defender-business/" "defender-endpoint/" "defender-for-cloud/" "defender-for-iot/" "defender-office-365/" "defender-vulnerability-management/" "defender-xdr/" "exposure-management/" "unified-secops-platform/"] ;; Can be overridden in repo-specific edn file. This is an allow list that identifies which folders contain the files Acrolinx will check. Separate multiple folders as follows ["folder/" "folder2"]

:use-gh-statuses true

Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/Stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: (Scheduled) Mark stale pull requests

permissions:
issues: write
pull-requests: write

on:
schedule:
- cron: "0 */6 * * *"
workflow_dispatch:

jobs:
stale:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-Stale.yml@workflows-prod
with:
RunDebug: false
RepoVisibility: ${{ github.repository_visibility }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ obj/
_site/
.optemp/
_themes*/
_repo.*/
.vs/
common/
.vscode/
Expand Down
39 changes: 38 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"docsets_to_publish": [
{
"docset_name": "ATA-Docs",
"build_source_folder": "ATADocs",
"build_output_subfolder": "ATA-Docs",
"locale": "en-us",
"monikers": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs"
},
{
"docset_name": "defender",
"build_source_folder": "defender",
Expand All @@ -25,6 +37,18 @@
},
"build_entry_point": "docs"
},
{
"docset_name": "defender-cloud-apps",
"build_source_folder": "CloudAppSecurityDocs",
"build_output_subfolder": "defender-cloud-apps",
"locale": "en-us",
"monikers": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs"
},
{
"docset_name": "defender-endpoint",
"build_source_folder": "defender-endpoint",
Expand Down Expand Up @@ -112,6 +136,18 @@
},
"build_entry_point": "docs",
"template_folder": "_themes"
},
{
"docset_name": "unified-secops-platform",
"build_source_folder": "unified-secops-platform",
"build_output_subfolder": "unified-secops-platform",
"locale": "en-us",
"monikers": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content"
},
"build_entry_point": "docs"
}
],
"notification_subscribers": [],
Expand All @@ -138,6 +174,7 @@
"targets": {},
"redirection_files": [
".openpublishing.redirection.defender.json",
".openpublishing.redirection.endpoint.json"
".openpublishing.redirection.defender-cloud-apps.json",
".openpublishing.redirection.defender-xdr.json"
]
}
Loading

0 comments on commit 97ddbd8

Please sign in to comment.