From 26ac24a41bd8f3d32effdcc5bc16c7916093a9e4 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 26 Aug 2025 11:27:02 -0300 Subject: [PATCH] ci(issue-labeler): remove `arch` work from `os: linux` label It matches regular words too easily: ARCHtecture, seARCH, etc. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 827f201c07bb83be93214dc911e4375813fac043..bc3a261e9bfebba40c3f0b5ab9b03b855342e32f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -30,7 +30,7 @@ "os: android": - "/(android|termux)/i" "os: linux": - - "/(linux|arch|fedora|debian|ubuntu)/i" + - "/(linux|fedora|debian|ubuntu)/i" "os: macos": - "/(macos|osx|darwin)/i" "os: windows":