mirror of
https://github.com/python/cpython.git
synced 2025-12-11 19:40:17 +00:00
CI: Process stale issues twice per day (#116636)
This commit is contained in:
parent
f6e7a6ce65
commit
bb66600558
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Mark stale pull requests
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 */12 * * *"
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue