From ca1de95dc7c375832ce755bc66e19f013b858c08 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:50:19 +0000 Subject: [PATCH 1/2] Initial plan From 4a0bcc9fc4d8b389a7b36afb2ee7aa74d17b065f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:51:28 +0000 Subject: [PATCH 2/2] fix labeler.yml format for actions/labeler@v5 compatibility Co-authored-by: naheel0 <191262736+naheel0@users.noreply.github.com> --- .github/labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1f6170b..7b7f4ed 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,3 @@ first-contribution: - - '**/*' \ No newline at end of file + - changed-files: + - any-glob-to-any-file: '**/*' \ No newline at end of file