From 23fcc8b2528c800c8981d355fff5638b81a28b60 Mon Sep 17 00:00:00 2001 From: Aaron Ai Date: Fri, 23 Sep 2022 09:47:19 +0800 Subject: [PATCH] Increase quantity of operation in github action of stale --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c41ab63d4d0..ca1a153e76f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,6 +5,7 @@ permissions: pull-requests: write on: + workflow_dispatch: schedule: - cron: "0 0 * * *" @@ -14,6 +15,7 @@ jobs: steps: - uses: actions/stale@v5 with: + operations-per-run: 128 days-before-issue-stale: 365 days-before-issue-close: 3 exempt-issue-labels: "no stale"