diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/StaleIssues.yml | 4 |
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 }} |
