From: Luca Boccassi Date: Thu, 26 Mar 2026 15:07:56 +0000 (+0000) Subject: labeler: limit file-based label to 5 X-Git-Tag: v261-rc1~717^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F41358%2Fhead;p=thirdparty%2Fsystemd.git 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. --- 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/*'