Skip to content

Commit

Permalink
update stale message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 authored Aug 11, 2024
1 parent f765899 commit e5c1798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.'
close-issue-message: 'This issue / Pull request has been closed as there has been no recent activity after being marked as stale.'
stale-issue-message: 'This issue has been marked as stale. Please reply to the issue or the issue will be automatically closed in 3 days.'
close-issue-message: 'This issue has been closed as there has been no recent activity after being marked as stale.'
days-before-stale: 7
days-before-close: 3
days-before-pr-close: -1
Expand Down

0 comments on commit e5c1798

Please sign in to comment.