Update stale.yml
This commit is contained in:
parent
c276467e51
commit
3f352e44ef
|
|
@ -16,14 +16,14 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Don't ever mark PRs as stale.
|
# Don't ever mark PRs as stale.
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
stale-issue-message: 'This issue is stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless you remove the "stale" label or add a comment.'
|
stale-issue-message: 'This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment.'
|
||||||
close-issue-message: 'This issue has been closed due to lack of activity.'
|
close-issue-message: 'This issue has been closed due to lack of recent activity.'
|
||||||
# Don't act on things assigned to a milestone or assigned to someone.
|
# Don't act on things assigned to a milestone or assigned to someone.
|
||||||
exempt-all-milestones: true
|
exempt-all-milestones: true
|
||||||
exempt-all-assignees: true
|
exempt-all-assignees: true
|
||||||
enable-statistics: true
|
enable-statistics: true
|
||||||
# Disable this and change the operations per run back to 30 when this goes live.
|
# Disable this and change the operations per run back to 30 when this goes live.
|
||||||
debug-only: true
|
debug-only: false
|
||||||
operations-per-run: 1000
|
operations-per-run: 30
|
||||||
stale-issue-label: 'stale-issue'
|
stale-issue-label: 'stale-issue'
|
||||||
stale-pr-label: 'stale-pr'
|
stale-pr-label: 'stale-pr'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue