From d1add429fcc96a0ff59a47b96843b948483cbcd8 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 25 Mar 2023 19:43:38 +0100 Subject: [PATCH] SqlServerDsc: Fix Stale exempt label --- .github/workflows/stale.yml | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 096b27f7f..bf2f32dc9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: close-issue-message: 'This issue has been automatically closed because it is has not had activity from the community in the last 40 days. If this issue was wrongly closed, for a issue author please comment and re-open it, if you are not the issue author comment with a reason for it to be reopened and tag a maintainer in the comment.' days-before-issue-stale: 30 days-before-issue-close: 40 - exempt-issue-labels: 'bug,enhancement,tests,documentation,resource proposal,on hold,resolved' + exempt-issue-labels: 'bug,enhancement,tests,documentation,resource proposal,command proposal,on hold,resolved' stale-issue-label: 'stale' stale-pr-message: 'Labeling this pull request (PR) as abandoned since it has gone 14 days or more since the last update. An abandoned PR can be continued by another contributor. The abandoned label will be removed if work on this PR is taken up again.' days-before-pr-stale: 14 diff --git a/CHANGELOG.md b/CHANGELOG.md index a26d5032f..3e462f70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a separate integration test jobs for SQL Server Reporting Services to be able to test configuring SQL Server Reportings Services using other values that the default values. + - Now updates GitHub Actions automatically by allowing dependabot sending + in pull requests. ### Changed @@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update pipeline script that is used to resolve dependencies. - When running in Azure Pipelines any existing SqlServer module is removed before running integration tests, so the tests can update to latest version. + - Now the new label 'command proposal' is an exempt for labeling issues stale. - `Get-SqlDscAudit` - The parameter `Name` is no longer mandatory. When left out all the current audits are returned ([issue #1812](https://github.com/dsccommunity/SqlServerDsc/issues/1812)).