Skip to content

Commit

Permalink
Fix: replace stale label input in community-stale-management.yml
Browse files Browse the repository at this point in the history
Previous stale-label is out dated.
  • Loading branch information
kyleecodes authored Jun 10, 2024
1 parent 41ca01e commit 4547d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/community-stale-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-label: "stale"
stale-issue-label: "stale"
stale-pr-label: "stale"
days-before-stale: 30
# disables closing issues
days-before-issue-close: -1
Expand Down

0 comments on commit 4547d5e

Please sign in to comment.