From c30656f35a8c9db015eb9ae850378d78d37da244 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 26 Mar 2026 15:07:56 +0000 Subject: [PATCH] labeler: limit file-based label to 5 When doing large refactors or large changes the bot spams labels left and right, making the PR unreadable. Use the new option to limit the bot to a max of 5 file-based labels. If more than 5 would be set, all file-based labels are skipped. --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 65ac9750252..5e90662c284 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later # vi: sw=2 ts=2 et: +changed-files-labels-limit: 5 analyze: - changed-files: - any-glob-to-any-file: 'src/analyze/*'