@@ -25,13 +25,6 @@ module.exports = class GithubIssues extends GithubAuthService {
|
||||
return 'issue-tracking'
|
||||
}
|
||||
|
||||
static get defaultBadgeData() {
|
||||
return {
|
||||
label: 'issues',
|
||||
color: 'informational',
|
||||
}
|
||||
}
|
||||
|
||||
static get route() {
|
||||
return {
|
||||
base: 'github',
|
||||
@@ -223,6 +216,13 @@ module.exports = class GithubIssues extends GithubAuthService {
|
||||
]
|
||||
}
|
||||
|
||||
static get defaultBadgeData() {
|
||||
return {
|
||||
label: 'issues',
|
||||
color: 'informational',
|
||||
}
|
||||
}
|
||||
|
||||
static render({ which, numIssues, raw, label }) {
|
||||
const state = isWhichClosed[which] ? 'closed' : 'open'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user