Revert "wprkflows/bot: increase frequency to every 5 minutes"
This partially reverts commit 1197fe48da.
GitHub just doesn't schedule these narrow intervals. 10 minutes is
alright in practice.
This commit is contained in:
@@ -587,7 +587,7 @@ module.exports = async ({ github, context, core, dry }) => {
|
||||
state: 'open',
|
||||
sort: 'created',
|
||||
direction: 'asc',
|
||||
per_page: 50,
|
||||
per_page: 100,
|
||||
after: cursor,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user