Skip to content

Commit

Permalink
ci: increased stale length
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Feb 18, 2023
1 parent d746e19 commit a2011a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/close-stale-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
stale-pr-message: 'This pr is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
close-pr-message: 'This pr was closed because it has been stalled for 14 days with no activity.'
days-before-stale: 120
days-before-close: 30
close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
close-pr-message: 'This pr was closed because it has been stalled for 60 days with no activity.'
days-before-stale: 180
days-before-close: 60
exempt-issue-milestones: 'future-release'
exempt-pr-milestones: 'future-release'

0 comments on commit a2011a1

Please sign in to comment.