diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index b60e9d5c2ed6..6366f666de13 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -7,9 +7,9 @@ name: Bot on: schedule: - # Run every 5m + # Run every 10m # 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: inputs: headBranch: diff --git a/ci/github-script/bot.js b/ci/github-script/bot.js index 54d6776e80e3..654ca84d2367 100644 --- a/ci/github-script/bot.js +++ b/ci/github-script/bot.js @@ -630,7 +630,7 @@ module.exports = async ({ github, context, core, dry }) => { state: 'open', sort: 'created', direction: 'asc', - per_page: 50, + per_page: 100, after: cursor, })