Skip to content

Commit

Permalink
fix(badges): Handle awesome.re badges (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Dec 8, 2020
1 parent 0a06949 commit dd847fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ export class Content {
"sonarcloud.io",
"codecov.io",
"release-notes.com",
/github\.com\/.*\/workflows\/.*\.svg/
/github\.com\/.*\/workflows\/.*\.svg/,
"awesome.re"
];

const isBadge = badgePatterns.some(pattern => {
Expand Down

0 comments on commit dd847fb

Please sign in to comment.