Skip to content

Commit

Permalink
SqlServerDsc: Add CODEOWNERS file (#1971)
Browse files Browse the repository at this point in the history
- SqlServerDsc
  - CODEOWNERS file was added to support automatically set reviewer.
  • Loading branch information
johlju authored Sep 11, 2023
1 parent 30b55d6 commit 9f67171
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# cSpell: ignore sqlserverdsc
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @dsccommunity/sqlserverdsc will be requested for review when
# someone opens a pull request.
* @dsccommunity/sqlserverdsc
/* @johlju
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,8 @@
"pester.runTestsInNewProcess": true,
"pester.pesterModulePath": "./output/RequiredModules/Pester",
"powershell.pester.codeLens": true,
"pester.suppressCodeLensNotice": true
"pester.suppressCodeLensNotice": true,
"markdownlint.ignore": [
".github/CODEOWNERS"
]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([issue #1965](https://github.com/dsccommunity/SqlServerDsc/issues/1965)).
- Now package the Wiki content and adds it as a GitHub Release asset so it
is simpler to get the documentation for a specific version.
- CODEOWNERS file was added to support automatically set reviewer.
- New private command:
- Get-SMOModuleCalculatedVersion - Returns the version of the SMO module
as a string. SQLPS version 120 and 130 do not have the correct version set,
Expand Down

0 comments on commit 9f67171

Please sign in to comment.