Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlServerDsc: Fix Stale exempt label #1886

Merged
merged 2 commits into from
Mar 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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