Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed May 31, 2021
1 parent b4cefe0 commit 6b672bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "30 9 * * *"
- cron: "0 21 * * *"

jobs:
stale:
Expand All @@ -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,wontfix,beta,enhancement,improvement,todo'
exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo'

days-before-issue-stale: 15
days-before-issue-close: 20
days-before-pr-stale: 30
days-before-pr-close: 180
operations-per-run: 25
start-date: '2021-01-01T00:00:00Z'
exempt-assignees: 'javame,Linary,zhoney'
start-date: '2020-12-01T00:00:00Z'

exempt-all-assignees: true
remove-stale-when-updated: true
exempt-all-pr-milestones: true
delete-branch: false
Expand Down

0 comments on commit 6b672bb

Please sign in to comment.