Skip to content

Commit 63e9158

Browse files
authored
SqlServerDsc: Fix Stale exempt label (#1886)
1 parent 9ee876a commit 63e9158

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
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.'
1616
days-before-issue-stale: 30
1717
days-before-issue-close: 40
18-
exempt-issue-labels: 'bug,enhancement,tests,documentation,resource proposal,on hold,resolved'
18+
exempt-issue-labels: 'bug,enhancement,tests,documentation,resource proposal,command proposal,on hold,resolved'
1919
stale-issue-label: 'stale'
2020
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.'
2121
days-before-pr-stale: 14

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Added a separate integration test jobs for SQL Server Reporting Services
1414
to be able to test configuring SQL Server Reportings Services using
1515
other values that the default values.
16+
- Now updates GitHub Actions automatically by allowing dependabot sending
17+
in pull requests.
1618

1719
### Changed
1820

@@ -28,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- Update pipeline script that is used to resolve dependencies.
2931
- When running in Azure Pipelines any existing SqlServer module is removed
3032
before running integration tests, so the tests can update to latest version.
33+
- Now the new label 'command proposal' is an exempt for labeling issues stale.
3134
- Update the initializing header for all integration test to be equal to
3235
the unit tests.
3336
- `Get-SqlDscAudit`

0 commit comments

Comments
 (0)