Skip to content

Commit

Permalink
SqlServerDsc: Fix Stale exempt label (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Mar 26, 2023
1 parent 9ee876a commit 63e9158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`
Expand Down

0 comments on commit 63e9158

Please sign in to comment.