From 62a54922e789b1dbc1f09ee3eac848469ac4eb78 Mon Sep 17 00:00:00 2001 From: pa Date: Thu, 26 Mar 2026 15:14:54 +0900 Subject: [PATCH] update stale.yaml --- .github/workflows/stale.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7dabe77b..f50f40b2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,23 +1,23 @@ name: Mark and close stale issues on: - schedule: - - cron: "0 2 * * *" - workflow_dispatch: + schedule: + - cron: '0 2 * * *' + workflow_dispatch: permissions: - issues: write + issues: write jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v10 - with: - stale-issue-label: stale - days-before-issue-stale: 60 - days-before-issue-close: 14 - exempt-issue-labels: bug,planned,pinned,security,done,in progress - operations-per-run: 100 - close-issue-message: > - Closing this issue due to inactivity. \ No newline at end of file + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v10 + with: + stale-issue-label: Stale + days-before-issue-stale: 60 + days-before-issue-close: 14 + exempt-issue-labels: Bug,Planned,Pinned,Security,Done,In Progress + operations-per-run: 100 + close-issue-message: > + Closing this issue due to inactivity.