Skip to content

Commit

Permalink
Update close-stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Jul 28, 2023
1 parent 3ac1231 commit fed176a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
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.'
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: 45
days-before-pr-stale: 60
days-before-issue-stale: 30
days-before-pr-stale: 45
days-before-issue-close: 10
days-before-pr-close: 10
exempt-issue-labels: p1,p2,p3
exempt-issue-labels: p1,p2,p3,bug,dependencies
exempt-assignees: thomaspoignant

0 comments on commit fed176a

Please sign in to comment.