Skip to content

Commit

Permalink
Removing debug for go live.
Browse files Browse the repository at this point in the history
  • Loading branch information
pobk committed Mar 19, 2023
1 parent 9d30dba commit 3bf6941
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: '30 13 * * *'
- cron: '30 22 * * *'

jobs:
stale:
Expand All @@ -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'
Expand Down

0 comments on commit 3bf6941

Please sign in to comment.