mirror of https://github.com/python/cpython
CI: Process stale issues twice per day (#116636)
This commit is contained in:
parent
f6e7a6ce65
commit
bb66600558
|
@ -2,7 +2,7 @@ name: Mark stale pull requests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 */12 * * *"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
Loading…
Reference in New Issue