Skip to content

Commit

Permalink
Update close-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk authored Mar 28, 2024
1 parent 4a18685 commit 98cd77f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/close-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
stale-issue-message: 'This issue is stale because it has been open for 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
days-before-issue-stale: 10
days-before-pr-stale: 45
days-before-issue-close: 5
days-before-pr-close: 10
any-of-labels: 'duplicate,edge-case,nitpicking,unactionable,unreproducible,wont fix,awaiting response'
any-of-labels: 'duplicate,edge-case,nitpicking,unactionable,unreproducible,wont fix,awaiting response'

0 comments on commit 98cd77f

Please sign in to comment.