From b39bf85a1a833105b548680e08a7bcc8234f31ff Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 10 Apr 2025 17:22:27 +0530 Subject: [PATCH] GHA: remove .github/labeler.yaml This was added earlier as part of PR label-based triggering of Packit jobs. But we decided not to go ahead with that approach, thus keeping only a single set of tests. This file should've been removed during the revert, but better late than never. Ref: https://github.com/containers/skopeo/pull/2558 FWIW, this yaml file doesn't work by itself without the corresponding GHA which was never included. So, this yaml config was pretty much a NOP anyway. Signed-off-by: Lokesh Mandvekar --- .github/labeler.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 8770aeb1..00000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,3 +0,0 @@ -# https://github.com/actions/labeler -release: - - base-branch: [^release-\d+\.\d+]