From 3d4df54c788a52cb57aceecfc3597f376322fbc3 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 4 Mar 2026 11:25:56 +0100 Subject: [PATCH] Change default label from "Needs review" to "Work in progress" Update the default label in the labeler configuration to better reflect the status of changes that haven't been reviewed yet. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5574995b0d..a6b0b2ea48 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,7 +10,7 @@ # # Please keep the labels sorted and deduplicated. -"Needs review": +"Work in progress": - changed-files: - any-glob-to-any-file: '**'