Fix GitHub action to close stale issue not working

I previously added the use of the "close-issue-reason" parameter but
it's only available in v5, whereas I was pointing to v4.
This commit is contained in:
Yee Cheng Chin
2022-08-20 04:04:15 -07:00
parent 975733ef49
commit 085d013557
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v4
- uses: actions/stale@v5
with:
any-of-labels: "Response Needed"
days-before-stale: 45