From 8d2102745fb804278238df4ba7832b871a78d899 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Mon, 28 Mar 2022 20:22:28 +0900 Subject: [PATCH] chore(bot): delete stale bot (#4901) --- .github/workflows/stale.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 6ba290f461..0000000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Close Stale Issues - -on: - schedule: - - cron: '0 0 * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v4 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: > - This issue has been automatically marked as stale because lack of - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. - exempt-issue-labels: bug,discussion,help wanted,need-verify,need-investigation,pending-reply,proposal,feature-request,enhancement,documentation