Skip to content

Commit

Permalink
SqlServerDsc: Update quantifier label names and colors (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 2, 2023
1 parent 2408ab5 commit 4814bee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/prquantifier.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# https://github.com/microsoft/PullRequestQuantifier/blob/main/docs/prquantifier-yaml.md
Excluded:
- '*.md'
Thresholds:
- Value: 50
Label: PR extra small
Color: Green
- Value: 100
Label: PR small
Color: Green
- Value: 200
Label: PR medium
Color: Yellow
- Value: 400
Label: PR large
Color: DarkYellow
- Value: 1000
Label: PR extra large
Color: Red
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
should temporary shift back to stable.
- Add the GitHub App _Pull Request Quantifier_ as an experiment to see if it
brings any value ([issue #1811](https://github.com/dsccommunity/SqlServerDsc/issues/1811)).
- Updated thresholds, and label names and colors.
- SqlDatabase
- Added compatibility levels for SQL Server 2022 (major version 16).
- SqlSetup
Expand Down

0 comments on commit 4814bee

Please sign in to comment.