Skip to content

Commit e2f209a

Browse files
authored
Merge pull request #8434 from MicrosoftDocs/dependabot/github_actions/actions/stale-5.1.1
Bump actions/stale from 4.0.0 to 5.1.1
2 parents efd8fc0 + ee120a4 commit e2f209a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: write # for actions/stale to close stale PRs
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/stale@v3
22+
- uses: actions/stale@v5.1.1
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
stale-issue-message: 'Thanks for sharing your feedback. We apologize for our delayed response. Due to the sheer volume of feedback in our repo, we have decided to prioritize the newest issues and are automatically closing our oldest issues with an Issues bot. If you believe your feedback is still actionable, then either respond directly in this issue or open a new documentation issue and we’ll review. If no activity occurs in the next 14 days, this issue will be closed.'

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414

1515
steps:
16-
- uses: actions/stale@v4.0.0
16+
- uses: actions/stale@v5.1.1
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
days-before-pr-stale: 14

0 commit comments

Comments
 (0)