Skip to content

Commit

Permalink
SqlServerDsc: Update Stale GitHub Action to v7 (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Dec 23, 2022
1 parent a7b6834 commit d709dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v6
- uses: actions/stale@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 40 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- SqlServerDsc
- Update Stale GitHub Action to v6.
- Update Stale GitHub Action to v7.
- Update to build module in separate folder under `output`.
- Moved the build step of the pipeline to a Windows build worker when
running in Azure DevOps.
Expand Down

0 comments on commit d709dc8

Please sign in to comment.