From 6ac765add87ceeffbb753e345cf3ed35789ac6e9 Mon Sep 17 00:00:00 2001 From: "Junyan Liu (Centific Technologies Inc)" Date: Sat, 8 Nov 2025 01:29:44 -0800 Subject: [PATCH] reversing the PAT_TOKEN and dry-run change --- .github/workflows/StaleIssues.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/StaleIssues.yml b/.github/workflows/StaleIssues.yml index 2ca939c40..4d2a12aa3 100644 --- a/.github/workflows/StaleIssues.yml +++ b/.github/workflows/StaleIssues.yml @@ -17,7 +17,5 @@ jobs: stale-issue-label: "stale" stale-issue-message: "This issue has been inactive for a year. It will be closed in 31 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open." close-issue-message: "Closing due to prolonged inactivity." - remove-stale-when-updated: true - dry-run: true # This prevents any real changes operations-per-run: 400 - repo-token: ${{ secrets.PAT_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }}