Skip to content

Commit

Permalink
Update stale.yml (#1772)
Browse files Browse the repository at this point in the history
Co-authored-by: imbajin <[email protected]>
  • Loading branch information
imbajin and imbajin authored Mar 7, 2022
1 parent 5cdf770 commit 730f332
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 @@ -20,16 +20,16 @@ jobs:
stale-pr-message: 'Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label'
stale-issue-label: 'inactive'
stale-pr-label: 'inactive'
exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo'
exempt-pr-labels: 'feature,bug,enhancement,improvement,wontfix,todo'
exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo,guide,doc,help wanted'
exempt-pr-labels: 'feature,bug,enhancement,improvement,wontfix,todo,guide,doc,help wanted'
exempt-all-milestones: true

days-before-issue-stale: 15
days-before-issue-close: 20
days-before-pr-stale: 30
days-before-pr-close: 180
operations-per-run: 10
start-date: '2018-10-01T00:00:00Z'
start-date: '2017-10-01T00:00:00Z'

exempt-all-assignees: true
remove-stale-when-updated: true
Expand Down

0 comments on commit 730f332

Please sign in to comment.