Update stale.yaml
parent
f005c0e9f3
commit
30bfbc289a
|
|
@ -11,9 +11,9 @@ jobs:
|
|||
- uses: actions/stale@main
|
||||
id: stale
|
||||
with:
|
||||
stale-issue-message: 'This issue is stale because it has been open 5 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
||||
stale-issue-message: 'This issue is stale because it has been open for 14 days with no activity. Remove stale label or comment or this will be closed in 30 days'
|
||||
days-before-stale: 14
|
||||
days-before-close: 5
|
||||
days-before-close: 30
|
||||
exempt-issue-labels: 'blocked,must,should,keep,enhancement'
|
||||
- name: Print outputs
|
||||
run: echo ${{ join(steps.stale.outputs.*, ',') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue