From 534f4a25888a6fcdeea541f82f260c46bf028639 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:10:22 +0900 Subject: [PATCH] chore: use Cysharp/Actions reusable workflow stale --- .github/workflows/stale.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 70c3a28..b480c3e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,24 +1,10 @@ name: "Close stale issues" on: + workflow_dispatch: schedule: - cron: "0 0 * * *" jobs: stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - # enable issue - stale-issue-message: "This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days." - stale-issue-label: "stale" - # enable pr - stale-pr-message: "This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days." - stale-pr-label: "stale" - days-before-stale: 90 - days-before-close: 7 - exempt-issue-labels: "wip" - exempt-pr-labels: "wip" - remove-stale-when-updated: true + uses: Cysharp/Actions/.github/workflows/stale-issue.yaml@main