]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
.github/workflows: process PRs in ascending order 46995/head
authorSébastien Han <seb@redhat.com>
Wed, 6 Jul 2022 15:10:45 +0000 (17:10 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 6 Jul 2022 15:21:07 +0000 (17:21 +0200)
commit1a8d2010375fb485ed73f08f7de9ea1738826d91
treecd3e439c9098f50e23b86775c7691764e7a09863
parentf6a70c0e8e6bfb544484a765e92a9a427cc041c9
.github/workflows: process PRs in ascending order

The Ceph repo has many PRs and we cannot process all the PRs with the
default "operations-per-run" value (30). At the time of writting the bot
processes 408 every day and there are around 938 PRs.
Even the job informs us that not enough PRs might have been processed
and encouraged us to increase "operations-per-run" if possible. However
it might expose us to Github's API rate limit.
So let's operate with the oldest PRs first, this should close a bunch of
PRs already. If not enough we can try to increase "operations-per-run".

Signed-off-by: Sébastien Han <seb@redhat.com>
.github/workflows/stale.yml