Skip to content

Commit

Permalink
feat: update stale check
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jan 30, 2025
1 parent 3cef04f commit 092d8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 270
days-before-close: 30
days-before-stale: 270 # 9 months
days-before-close: 30 # 1 month
stale-issue-label: stale
exempt-issue-labels: bug,help wanted
exempt-pr-labels: external-dependency
Expand Down

0 comments on commit 092d8d3

Please sign in to comment.