mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 02:07:30 +01:00
chore: format no-response.yml
(#3622)
This commit is contained in:
parent
7c050b2840
commit
0a18c020c7
14
.github/workflows/no-response.yml
vendored
14
.github/workflows/no-response.yml
vendored
@ -2,7 +2,7 @@ name: Close stale issues with "not bug" label
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@ -15,12 +15,12 @@ jobs:
|
||||
- name: Close stale issues with "not bug" label
|
||||
uses: actions/stale@v8
|
||||
with:
|
||||
days-before-stale: 7
|
||||
days-before-close: 2
|
||||
days-before-stale: 7
|
||||
days-before-close: 2
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity.'
|
||||
close-issue-message: 'Closing this issue due to inactivity.'
|
||||
exempt-issue-labels: ''
|
||||
exempt-issue-labels: ''
|
||||
stale-issue-label: 'stale'
|
||||
only-labels: 'not bug'
|
||||
operations-per-run: 30
|
||||
remove-stale-when-updated: true
|
||||
only-labels: 'not bug'
|
||||
operations-per-run: 30
|
||||
remove-stale-when-updated: true
|
||||
|
Loading…
Reference in New Issue
Block a user