Skip to content

Commit

Permalink
Enable cache storage for stalebot (#4396)
Browse files Browse the repository at this point in the history
* Enable cache storage for stalebot

* SHA Pinning

* Update close-stale-issues.yml

Co-authored-by: Brian Muenzenmeyer <[email protected]>

---------

Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
RedYetiDev and bmuenzenmeyer authored May 30, 2024
1 parent f59f8f2 commit 48dd657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ permissions:
contents: read
issues: write
pull-requests: write
actions: write
jobs:
stale:
if: github.repository == 'nodejs/help'
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e #v9.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 180
Expand Down

0 comments on commit 48dd657

Please sign in to comment.