From b0088817cd97d4eb97b75982f98e29084778787d Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 30 Jun 2025 02:16:09 -0700 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6ec2913a6b..d5ea2a3372 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: # Note: The stale bot action does not currently support a direct placeholder for the last commenter. # As a workaround, this message encourages any participant to reply. stale-issue-message: > - @${{ github.event.issue.user.login }}, is this issue still important to you? + Is this issue still important to you? Apologies in advance we might have missed this issue as well. For faster response times, please post on our Reddit server - https://www.reddit.com/r/unsloth or our Discord - https://discord.com/invite/unsloth @@ -32,6 +32,6 @@ jobs: stale-issue-label: 'inactive' # The number of operations to perform per run to avoid rate limiting. - operations-per-run: 100 + operations-per-run: 500 enable-statistics: false