wprkflows/bot: increase frequency to every 5 minutes
This makes reactions to merge comments and all the labeling a bit quicker. Lower the number of backlog items to process per run accordingly, so that we don't really need more API requests for it.
This commit is contained in:
@@ -587,7 +587,7 @@ module.exports = async ({ github, context, core, dry }) => {
|
||||
state: 'open',
|
||||
sort: 'created',
|
||||
direction: 'asc',
|
||||
per_page: 100,
|
||||
per_page: 50,
|
||||
after: cursor,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user