From a1f38a1612d1b8823e778cd2d67adb5cf90c1f01 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 12 Feb 2023 23:51:07 +0100 Subject: [PATCH] Stale tuning --- .github/workflows/issues-cron.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issues-cron.yml b/.github/workflows/issues-cron.yml index 4274b36..4e78c11 100644 --- a/.github/workflows/issues-cron.yml +++ b/.github/workflows/issues-cron.yml @@ -17,19 +17,21 @@ jobs: steps: - uses: actions/stale@v7.0.0 with: - stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. - stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. + close-issue-label: closed-issue-activity + close-pr-label: closed-pr-activity stale-issue-label: no-issue-activity + stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. stale-pr-label: no-pr-activity + stale-pr-message: This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. days-before-stale: 30 days-before-close: 60 exempt-issue-labels: awaiting-approval,work-in-progress exempt-pr-labels: awaiting-approval,work-in-progress repo-token: ${{ secrets.GITHUB_TOKEN }} + operations-per-run: 400 - name: sleep for ratelimit - run: - sleep 380 + run: sleep 380 lock: runs-on: ubuntu-latest