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 authored May 12, 2024
1 parent 184a5c3 commit 4fbc3a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/add_cool_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 4fbc3a5

Please sign in to comment.