Skip to content

Commit

Permalink
Update stale.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shmishra99 authored May 9, 2024
1 parent b710005 commit 8435a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:


stale-pr-message: 'This PR 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'
days-before-stale: 30
days-before-close: 5
days-before-stale: 0
days-before-close: 0

#comment on PR if stale for more then 30 days.
close-pr-message: This PR was closed due to lack of activity after being marked stale for past 30 days.
Expand All @@ -63,7 +63,7 @@ jobs:
close-issue-reason: completed

# Number of days of inactivity before a stale issue is closed
days-before-issue-close: 1
days-before-issue-close: 0

# Number of days of inactivity before an issue Request becomes stale
days-before-issue-stale: 0
Expand Down

0 comments on commit 8435a17

Please sign in to comment.