Skip to content

Commit

Permalink
feat: remove checks/passed on default config
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Nov 30, 2023
1 parent 4335dd8 commit cf341c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/accountConfigs/defaultConfig.ts
Expand Up @@ -21,17 +21,17 @@ const config: Config<never> = {
name: ':green_heart: checks/in-progress',
color: githubPalette.scaleGray6,
},
'checks/passed': {
name: ':green_heart: checks/passed',
color: githubPalette.successEmphasis,
},
},
list: {
/* checks */
'checks/failed': {
name: ':green_heart: checks/fail',
color: githubPalette.dangerEmphasis,
},
'checks/passed': {
name: ':green_heart: checks/passed',
color: githubPalette.successEmphasis,
},

/* infos */
'breaking-changes': {
Expand Down

0 comments on commit cf341c5

Please sign in to comment.