From c109b1a9203b883cd42e2b91cce48e1def79b2b2 Mon Sep 17 00:00:00 2001 From: crazywoola Date: Tue, 6 Jun 2023 15:27:04 +0800 Subject: [PATCH] fix: stale.yml --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4f29ad8496..2fb468a445 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,6 +11,7 @@ on: jobs: stale: + runs-on: ubuntu-latest permissions: issues: write @@ -20,7 +21,7 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.' - stale-pr-message: 'Close due to it's no longer active, if you have any questions, you can reopen it.' + stale-issue-message: "Close due to it's no longer active, if you have any questions, you can reopen it." + stale-pr-message: "Close due to it's no longer active, if you have any questions, you can reopen it." stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'