Skip to content

Commit

Permalink
Update owlbot.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Apr 29, 2024
1 parent 027b4f9 commit 6e5476d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auto-approve/src/process-checks/node/owlbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export class OwlBotNode extends OwlBotTemplateChangesNode {
// For this particular rule, we want to check a pattern and an antipattern;
// we want it to start with regular commit convention,
// and it should not be breaking or fix or feat
titleRegex: /^(chore|build|tests|refactor)/,
titleRegexExclude: /(fix|feat|breaking|!)/,
titleRegex: /^(chore|build|tests|refactor|fix|feat)/,
titleRegexExclude: /(breaking|!)/,
bodyRegex: /^((?!PiperOrigin-RevId).)*$/,
};

Expand Down

0 comments on commit 6e5476d

Please sign in to comment.