Skip to content

Commit 912704a

Browse files
authored
Disable debug mode
1 parent f709433 commit 912704a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
days-before-stale: 60
2424
days-before-close: 7
25+
2526
# Do not stale PRs
2627
days-before-pr-stale: -1
2728
days-before-pr-close: -1
29+
2830
exempt-issue-labels: 'bug,maybe-later,help wanted'
2931
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
3032
stale-issue-label: 'wontfix'
31-
debug-only: true
32-
operations-per-run: 100
33+
# debug-only: true

0 commit comments

Comments
 (0)