From fe83744dca53803e1aeca219fd66d599f9572b04 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 7 Sep 2022 05:26:46 +0900 Subject: [PATCH] remove reactivate job --- .github/workflows/stale.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c7e8054..6b5aeb4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,9 +11,3 @@ jobs: with: stale-issue-message: このIssueは最終更新日から365日以上経過しています。 days-before-stale: 365 - - name: Reactivation - run: | - gh workflow disable --repo "${GITHUB_REPOSITORY}" "${GITHUB_WORKFLOW}" - gh workflow enable --repo "${GITHUB_REPOSITORY}" "${GITHUB_WORKFLOW}" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}