Skip to content

Commit

Permalink
fix: ornikar config make branch-name optional by setting it to success
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jan 23, 2023
1 parent e1ffd74 commit aafe890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accountConfigs/ornikar.ts
Expand Up @@ -174,8 +174,8 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {

if (!match) {
return {
type: 'failure',
title: `Suggested branch name: "${idealBranchName}"`,
type: 'success',
title: `鈿狅笍 Suggested branch name: "${idealBranchName}"`,
summary: '',
};
}
Expand Down

0 comments on commit aafe890

Please sign in to comment.