From 14296ffaac5fd90e8478cc19b474650a7956b390 Mon Sep 17 00:00:00 2001 From: emil Date: Tue, 25 Aug 2026 00:20:12 +0200 Subject: [PATCH] fix: update check_pr_size usage example with --repo and --pr-number args Implements: REQ-1 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- src/devx/ci/check_pr_size.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/devx/ci/check_pr_size.py b/src/devx/ci/check_pr_size.py index cc20ccc..bab11b4 100644 --- a/src/devx/ci/check_pr_size.py +++ b/src/devx/ci/check_pr_size.py @@ -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.