Compare commits

..

2 Commits

Author SHA1 Message Date
Devin Dooley
9101f3d544
Merge pull request #4638 from github/remove-stale-debug-setting
Run stale workflow without debug-only mode
2025-05-21 16:50:44 -07:00
Devin Dooley
bf0e0fdbfb
Run stale workflow without debug-only mode 2025-05-20 22:42:24 +00:00

View File

@ -29,4 +29,3 @@ jobs:
exempt-pr-labels: 'keep' exempt-pr-labels: 'keep'
close-issue-reason: not_planned close-issue-reason: not_planned
ascending: true # Sort PRs by last updated date in ascending order ascending: true # Sort PRs by last updated date in ascending order
debug-only: true # Set to true to test the action without actually closing any PRs