From 6a488cc0814596de8265192b313d439f1365dd63 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 25 Jan 2024 14:10:03 +0800 Subject: [PATCH] update stale workflow (#3952) --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a298974..368484b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,6 @@ jobs: steps: - uses: actions/stale@v9 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.' stale-pr-message: "PRs go stale after 21d of inactivity. Stale PRs rot after an additional 7d of inactivity and eventually close." stale-issue-label: 'lifecycle/stale'