From dd97dc64e7ab1e495500dba39629d40d7b62c895 Mon Sep 17 00:00:00 2001 From: 0xda157 Date: Thu, 20 Nov 2025 12:34:53 -1000 Subject: [PATCH] ci: labeler: remove auto backport for workflows (#1999) Link: https://github.com/nix-community/stylix/pull/1999 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- .github/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4d6fc859..cf68d82c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,10 +3,6 @@ # remove the label --- # keep-sorted start newline_separated=yes -"backport: release-25.05": - - changed-files: - - any-glob-to-any-file: ".github/workflows/*" - "topic: ci": - changed-files: - any-glob-to-any-file: ".github/**"