Skip to content

Commit

Permalink
Merge pull request github#28512 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 26, 2023
2 parents 6048a0b + 975aa4f commit 28060ad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The CSV file you download will contain data corresponding to the filters you hav

{% note %}

**Note:** You can only export data for the first 20 teams in your organization. These 20 teams correspond with the first 20 teams visible in the **Teams** {% octicon "triangle-down" aria-hidden="true" %} dropdown menu on security overview.
**Note:** In the "Teams" column of the CSV file, each repository will list a maximum of 20 teams with write access to that repository. If more than 20 teams have write access to a repository, the data will be truncated.

{% endnote %}

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/security-overview/download-csv-files.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You can download CSV files containing data from the risk and coverage pages of security overview. These files can be used for efforts like security research and in-depth data analysis, and can integrate easily with external datasets.
You can download comma-separated values (CSV) files containing data from the risk and coverage pages of security overview. These files can be used for efforts like security research and in-depth data analysis, and can integrate easily with external datasets.
2 changes: 2 additions & 0 deletions src/content-linter/scripts/lint-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ async function main() {
}
}
const end = Date.now()
// Ensure previous console logging is not truncated
console.log('\n\n')
spinner.info(`🕦 Markdownlint finished in ${(end - start) / 1000} s`)
if (warningFileCount > 0) {
spinner.warn(`Found ${warningFileCount} file(s) with warnings(s)`)
Expand Down
2 changes: 1 addition & 1 deletion src/content-linter/style/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const baseConfig = {
},
'first-heading-h1': {
// MD002
severity: 'warning',
severity: 'error',
level: 2,
'partial-markdown-files': false,
},
Expand Down
2 changes: 1 addition & 1 deletion src/content-linter/style/github-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const githubDocsConfig = {
},
'image-file-kebab': {
// GHD004
severity: 'warning',
severity: 'error',
'partial-markdown-files': true,
},
'internal-links-lang': {
Expand Down

0 comments on commit 28060ad

Please sign in to comment.