From 5e4d6e627ef0a6dd06bc4ac094ef2f97770f9f06 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 17 Mar 2022 07:53:19 -0700 Subject: [PATCH] labeler: don't use path-based labeling for BSD ofborg labels the bsd and darwin platforms based on the title, which conflicts with the labeler action's `sync-labels` setting (if no paths are changed, it'll remove the label). --- .github/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c5c10d3e4bc1..a48f60e77638 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,10 +5,6 @@ - pkgs/development/libraries/agda/**/* - pkgs/top-level/agda-packages.nix -"6.topic: bsd": - - pkgs/os-specific/bsd/**/* - - pkgs/stdenv/freebsd/**/* - "6.topic: cinnamon": - pkgs/desktops/cinnamon/**/*