Skip to content

Commit

Permalink
Merge pull request #1853 from exitcode0/patch-4
Browse files Browse the repository at this point in the history
Update stalebot message
  • Loading branch information
monde authored Jan 4, 2024
2 parents fcbe853 + e78a904 commit 8cb3b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Comment or this will be closed in 5 days'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Comment or this will be closed in 35 days'
days-before-stale: 30
days-before-close: 35
remove-stale-when-updated: true
Expand Down

0 comments on commit 8cb3b1d

Please sign in to comment.