Skip to content

Commit

Permalink
ci: Update stale github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Oct 22, 2022
1 parent 482a62e commit 69ddb4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
there has been no activity in the last 3 weeks. It will not be
closed.
stale-issue-label: 'help-wanted'
exempt-issue-labels: 'help-wanted'
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -44,3 +45,4 @@ jobs:
there has been no activity in the last 3 weeks. It will not be
closed.
stale-issue-label: 'help-wanted'
exempt-issue-labels: 'help-wanted'

0 comments on commit 69ddb4e

Please sign in to comment.