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:
Wolfgang Walther
2025-11-04 11:02:32 +01:00
parent 810b9ba51d
commit 1197fe48da
2 changed files with 4 additions and 2 deletions

View File

@@ -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,
})