Skip to content

Commit 7615e29

Browse files
authored
Merge pull request #1334 from microsoft/user/vjunyli/FixStaleWF
reversing the PAT_TOKEN and dry-run change
2 parents 2a7a31d + 6ac765a commit 7615e29

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/StaleIssues.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
stale-issue-label: "stale"
1818
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."
1919
close-issue-message: "Closing due to prolonged inactivity."
20-
remove-stale-when-updated: true
21-
dry-run: true # This prevents any real changes
2220
operations-per-run: 400
23-
repo-token: ${{ secrets.PAT_TOKEN }}
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)