From 0a18c020c740dc8de2b9979e7af8c4637430d486 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Mon, 4 Nov 2024 14:56:58 +0900 Subject: [PATCH] chore: format `no-response.yml` (#3622) --- .github/workflows/no-response.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index d0d1be7fa..2d317689f 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -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