Removing debug for go live.

This commit is contained in:
Richard 2023-03-19 22:26:13 +00:00 committed by GitHub
parent 9d30dba6c5
commit 3bf6941cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '30 13 * * *'
- cron: '30 22 * * *'
jobs:
stale:
@ -15,9 +15,8 @@ jobs:
steps:
- uses: actions/stale@v5
with:
# DEBUG Only at first...
debug-only: true
operations-per-run: 50
debug-only: false
operations-per-run: 500
enable-statistics: true
remove-stale-when-updated: true
exempt-issue-labels: 'status:accepted,status:blocked,status:more-info-needed,status:milestone-required,Help Wanted'