From: Patrick Donnelly Date: Tue, 16 Sep 2025 14:48:52 +0000 (-0400) Subject: .github/workflows/redmine-upkeep: use smaller limit for testing push X-Git-Tag: v21.0.0~157^2~129^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1624bc12298ec7820696aca7e6214274bb72a412;p=ceph.git .github/workflows/redmine-upkeep: use smaller limit for testing push Signed-off-by: Patrick Donnelly --- diff --git a/.github/workflows/redmine-upkeep.yml b/.github/workflows/redmine-upkeep.yml index e7c55a54bf9b..f5f8672ac4d6 100644 --- a/.github/workflows/redmine-upkeep.yml +++ b/.github/workflows/redmine-upkeep.yml @@ -92,7 +92,7 @@ jobs: python3 ceph/src/script/redmine-upkeep.py --github-action --git-dir=./ceph/ - --limit=5000 + --limit=50 env: REDMINE_API_KEY: ${{ secrets.REDMINE_API_KEY_BACKPORT_BOT }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}