From a74209a35ca63d35a1db8864e2067ac6937a84a0 Mon Sep 17 00:00:00 2001 From: Harshit Date: Wed, 10 Jun 2026 23:26:27 +0530 Subject: [PATCH] fix: Added gssoc:approved label for opening new prs --- .github/scripts/triagePr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/triagePr.js b/.github/scripts/triagePr.js index 62a11ecd..f0593ed0 100644 --- a/.github/scripts/triagePr.js +++ b/.github/scripts/triagePr.js @@ -10,7 +10,7 @@ module.exports = async ({github, context}) => { const mobileFiles = []; const devopsFiles = []; - const labels = []; + const labels = ['gssoc:approved']; let primaryArea = null; let reviewer = null;