summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJunyan Liu (Centific Technologies Inc) <[email protected]>2025-11-08 01:29:44 -0800
committerJunyan Liu (Centific Technologies Inc) <[email protected]>2025-11-08 01:29:44 -0800
commit6ac765add87ceeffbb753e345cf3ed35789ac6e9 (patch)
treeb688696ee29c7789fcf9b197738e438462862068 /.github
parent9e8335f1d2a39609610288a5edc5d962dd814233 (diff)
reversing the PAT_TOKEN and dry-run changeuser/vjunyli/FixStaleWF
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/StaleIssues.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/StaleIssues.yml b/.github/workflows/StaleIssues.yml
index 2ca939c4..4d2a12aa 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 }}