Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 authored Mar 22, 2024
1 parent 6647e9f commit 4719ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
close-issue-message: 'This issue was automatically closed due to inactivity. It can be reopened if needed.'
days-before-stale: 45
days-before-close: 10
days-before-stale: 30
days-before-close: 5
days-before-pr-close: -1
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: 'in-progress,awaiting-approval,work-in-progress'
exempt-pr-labels: 'in-progress,awaiting-approval,work-in-progress'
exempt-all-pr-assignees: true
exempt-all-pr-assignees: true

0 comments on commit 4719ad8

Please sign in to comment.