mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
Removing debug for go live.
This commit is contained in:
parent
9d30dba6c5
commit
3bf6941cc4
1 changed files with 3 additions and 4 deletions
7
.github/workflows/stale.yml
vendored
7
.github/workflows/stale.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue