Allow links only for social badges, affects [GitHubMilestone Dependabot] (#6159)

* Allow links only for social badges, affects [GitHubMilestone Dependabot]

* Remove getLink function

* Remove unused import

* Mention social links in guidelines as well
This commit is contained in:
Pierre-Yves B
2021-02-08 19:58:20 +00:00
committed by GitHub
parent 18dceec57c
commit d4116b3ab0
9 changed files with 10 additions and 32 deletions

View File

@@ -65,7 +65,6 @@ module.exports = class GithubMilestone extends GithubAuthV3Service {
label: `${label} milestones`,
message: metric(milestoneLength),
color,
link: [`https://github.com/${user}/${repo}/milestones`],
}
}