mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
Revert "wprkflows/bot: increase frequency to every 5 minutes" (#458570)
This commit is contained in:
commit
ae90bb6238
4
.github/workflows/bot.yml
vendored
4
.github/workflows/bot.yml
vendored
|
|
@ -7,9 +7,9 @@ name: Bot
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run every 5m
|
# Run every 10m
|
||||||
# i.e., at each of the listed minutes, every hour
|
# i.e., at each of the listed minutes, every hour
|
||||||
- cron: '02,07,12,17,22,27,32,37,42,47,52,57 * * * *'
|
- cron: '05,15,25,35,45,55 * * * *'
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
headBranch:
|
headBranch:
|
||||||
|
|
|
||||||
|
|
@ -630,7 +630,7 @@ module.exports = async ({ github, context, core, dry }) => {
|
||||||
state: 'open',
|
state: 'open',
|
||||||
sort: 'created',
|
sort: 'created',
|
||||||
direction: 'asc',
|
direction: 'asc',
|
||||||
per_page: 50,
|
per_page: 100,
|
||||||
after: cursor,
|
after: cursor,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue