diff --git a/.github/prquantifier.yaml b/.github/prquantifier.yaml index fa69d8536..84b6c4b61 100644 --- a/.github/prquantifier.yaml +++ b/.github/prquantifier.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd610c474..0f15793c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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