From e0dad5e617de9acfb24dd1b39578f0f1513c736e Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Fri, 18 Sep 2020 22:59:12 +0800 Subject: [PATCH] 12 --- .github/workflows/stale.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4430fa94..aaccc9ed 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,9 +9,8 @@ jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v3.0.10 - - name: with - with: + - uses: actions/stale@v3.0.10 + with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days" stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'