Skip to content

Commit

Permalink
Update add_cool_tags.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dishamodi0910 committed May 11, 2024
1 parent 45b70a0 commit 816a5e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/add_cool_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 816a5e8

Please sign in to comment.