Commit e8d02bd
Changed files (2)
badges
my-badges-contributor
oss-library-night-24
badges/my-badges-contributor/my-badges-contributor.ts
@@ -16,10 +16,9 @@ export default define({
}
if (pulls.length > 0) {
- grant(
- 'my-badges-contributor',
- 'I contributed to <https://github.com/my-badges/my-badges>!',
- ).evidencePRs(...pulls)
+ grant('my-badges-contributor', 'I contributed to My Badges!').evidencePRs(
+ ...pulls,
+ )
}
},
})
badges/oss-library-night-24/oss-library-night-24.ts
@@ -49,7 +49,7 @@ export default define({
if (pulls.length > 0) {
grant(
'oss-library-night-24',
- 'I\'ve participated in the <a href="https://events.yandex.ru/events/opensourcenight">Opensource Library Night 24</a>!',
+ `I've participated in the Opensource Library Night 24!`,
).evidencePRs(...pulls)
}
},