From 594e21de95e45936cbbf1b1b687d3f01bbf17430 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 8 Mar 2026 14:05:09 +0100 Subject: [PATCH] Add 'report' label if report.md changes are present in the PR --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index bceec79a..512eebae 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -102,3 +102,8 @@ scoreboard: - changed-files: - any-glob-to-any-file: - "scoreboard/**" + +report: + - changed-files: + - any-glob-to-any-file: + - "**/report.md"