From 4fbc3a5e7484f681c6f814c75862dee23d21bc15 Mon Sep 17 00:00:00 2001 From: Disha Modi <106090499+dishamodi0910@users.noreply.github.com> Date: Sun, 12 May 2024 13:09:38 +0530 Subject: [PATCH] Update add_cool_tags.yml --- .github/workflows/add_cool_tags.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add_cool_tags.yml b/.github/workflows/add_cool_tags.yml index b3d7453..d37b83b 100644 --- a/.github/workflows/add_cool_tags.yml +++ b/.github/workflows/add_cool_tags.yml @@ -21,21 +21,21 @@ jobs: { coolTags.push('awesome'); coolTags.push('newapi'); - coolTags.push('gssoc24'); + coolTags.push('gssoc'); coolTags.push('level3'); } if(title && title.toLowerCase().includes('api enhancement')) { coolTags.push('wow'); coolTags.push('enhancement'); - coolTags.push('gssoc24'); + coolTags.push('gssoc'); coolTags.push('level2'); } if(title && title.toLowerCase().includes('existing api name')) { coolTags.push('wow'); coolTags.push('existing-api'); - coolTags.push('gssoc24'); + coolTags.push('gssoc'); coolTags.push('level2'); } if(title && title.toLowerCase().includes('documentation error'))