Skip to content

Commit bf72d42

Browse files
Update actions/stale action to v10
1 parent 38c08c7 commit bf72d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-issues-no-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v3
10+
- uses: actions/stale@v10
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1313
stale-issue-label: "more-information-needed"
1414
stale-issue-message: 'This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we do not have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.'
1515
days-before-close: 14
1616
days-before-stale: -1
17-
- uses: actions/stale@v3
17+
- uses: actions/stale@v10
1818
with:
1919
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2020
only-labels: "invalid-template"

0 commit comments

Comments
 (0)