From 816a5e863f24a4d93e59cab07429f6516fc53963 Mon Sep 17 00:00:00 2001 From: Disha Modi <106090499+dishamodi0910@users.noreply.github.com> Date: Sat, 11 May 2024 10:39:53 +0530 Subject: [PATCH] Update add_cool_tags.yml --- .github/workflows/add_cool_tags.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/add_cool_tags.yml b/.github/workflows/add_cool_tags.yml index 8d08c38..565f782 100644 --- a/.github/workflows/add_cool_tags.yml +++ b/.github/workflows/add_cool_tags.yml @@ -21,25 +21,25 @@ jobs: { coolTags.push('awesome'); coolTags.push('newapi'); - coolTags.push('hacktoberfest'); + coolTags.push('gssoc24'); } if(title && title.toLowerCase().includes('api enhancement')) { coolTags.push('wow'); coolTags.push('enhancement'); - coolTags.push('hacktoberfest'); + coolTags.push('gssoc24'); } if(title && title.toLowerCase().includes('existing api name')) { coolTags.push('wow'); coolTags.push('existing-api'); - coolTags.push('hacktoberfest'); + coolTags.push('gssoc24'); } if(title && title.toLowerCase().includes('documentation error')) { coolTags.push('good'); coolTags.push('documentation'); - coolTags.push('hacktoberfest'); + coolTags.push('gssoc24'); } console.log(coolTags.length); if (coolTags.length > 0) {