From e7644aaa62bad5a9072f1db3d32baad96671b636 Mon Sep 17 00:00:00 2001 From: Evgeny Torbin Date: Mon, 17 Aug 2026 14:41:30 +0200 Subject: [PATCH] ci: add description for app_size_metrics_full_report label to readme --- .gitlab/ci/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/README.md b/.gitlab/ci/README.md index c8e262b232c..e2c9add4ca1 100644 --- a/.gitlab/ci/README.md +++ b/.gitlab/ci/README.md @@ -44,6 +44,7 @@ ### Supported MR Labels +- `app_size_metrics_full_report`, generates the HTML app size metrics report for all apps. Starts the blocked pipeline of the MR target branch (`master` / `release/v*`) on the commit the MR is based on, to get the size metrics to compare against - `auto-translate::full`, classifies MR doc changes (incremental vs include-only full); runs commit history check, `check_line_num`, then `translate`; see [.gitlab/ci/README_auto_translate.md](./README_auto_translate.md) - `auto-translate::incremental`, commit history check + line check + incremental doc translation only (no full translation; see [.gitlab/ci/README_auto_translate.md](./README_auto_translate.md)) - `build`