Skip to content

Commit

Permalink
feat: ornikar config ignore devenv repo
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 3, 2020
1 parent 9da9015 commit 051de98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orgsConfigs/ornikar.ts
Expand Up @@ -6,7 +6,7 @@ const config: Config<'dev' | 'design', 'ops' | 'frontends' | 'backends'> = {
slackToken: process.env.ORNIKAR_SLACK_TOKEN,
autoAssignToCreator: true,
trimTitle: true,
ignoreRepoPattern: 'infra-*',
ignoreRepoPattern: '(infra-*|devenv)',
requiresReviewRequest: true,
prDefaultOptions: {
featureBranch: false,
Expand Down

0 comments on commit 051de98

Please sign in to comment.