summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv-junyli <[email protected]>2025-11-08 04:43:27 -0800
committerGitHub <[email protected]>2025-11-08 04:43:27 -0800
commit7615e296273d8ac434f6ead7bd33ac2ca089429c (patch)
treeb688696ee29c7789fcf9b197738e438462862068
parent2a7a31df381694002f738b038faebd44d898cc90 (diff)
parent6ac765add87ceeffbb753e345cf3ed35789ac6e9 (diff)
Merge pull request #1334 from microsoft/user/vjunyli/FixStaleWF
reversing the PAT_TOKEN and dry-run change
-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 }}