DEVX-156: fix: update check_pr_size usage example with --repo and --pr-number args
Post-merge / detect-and-configure (push) Successful in 11s
Post-merge / release-and-maintain (push) Successful in 1m17s

Co-authored-by: emil User <emil.simeonov@tutanota.com>
This commit was merged in pull request #285.
This commit is contained in:
2026-08-24 22:21:49 +00:00
committed by kireto
parent 7eb11e3261
commit f9462bc939
+2 -1
View File
@@ -9,7 +9,8 @@ PRs with the ``refactoring`` label bypass the size check — large but
legitimate refactoring PRs that touch many files in a coordinated way.
Usage:
python -m devx.ci.check_pr_size --base origin/master --head HEAD
python -m devx.ci.check_pr_size --base origin/master --head HEAD \\
--repo oblachno-oss/grm --pr-number 123
In CI, pass ``--github-output`` to set ``pr-size-ok`` and ``pr-size-detail``
for downstream steps.