Skip to content

Commit

Permalink
chore: format no-response.yml (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Nov 4, 2024
1 parent 7c050b2 commit 0a18c02
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close stale issues with "not bug" label

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'

permissions:
contents: write
Expand All @@ -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

0 comments on commit 0a18c02

Please sign in to comment.