mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
CI: Process stale issues four times per day (#116857)
This commit is contained in:
parent
1a33513f99
commit
259dbc448d
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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */12 * * *"
|
- cron: "0 */6 * * *"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue