ci(issue-labeler): remove `arch` work from `os: linux` label

Andrey Nering created

It matches regular words too easily: ARCHtecture, seARCH, etc.

Change summary

.github/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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":