From 63e91589327faee69c81838d407c1240dd8732cf Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sun, 26 Mar 2023 11:24:35 +0200 Subject: [PATCH] SqlServerDsc: Fix Stale exempt label (#1886) --- .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 eff1cc216..59aa9098d 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 8d6abf3c3..c24d95501 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. - Update the initializing header for all integration test to be equal to the unit tests. - `Get-SqlDscAudit`