Skip to content

Commit

Permalink
Merge pull request #7 from ahanriat/feature/add-e2e-keyword-for-tooling
Browse files Browse the repository at this point in the history
Add e2e to technical section
  • Loading branch information
ahanriat authored Mar 26, 2019
2 parents ffe4514 + 872b065 commit fdf7682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.orderedGroups = [
},
{
label: '### Technical πŸ› :',
matcher: message => /.*(tooling|tech|chore|πŸ› ).*/i.test(message),
matcher: message => /.*(tooling|tech|chore|e2e|πŸ› ).*/i.test(message),
},
{
label: '### Bug fixes πŸ›:',
Expand Down
2 changes: 1 addition & 1 deletion src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const orderedGroups: Group[] = [
},
{
label: '### Technical πŸ› :',
matcher: message => /.*(tooling|tech|chore|πŸ› ).*/i.test(message),
matcher: message => /.*(tooling|tech|chore|e2e|πŸ› ).*/i.test(message),
},
{
label: '### Bug fixes πŸ›:',
Expand Down

0 comments on commit fdf7682

Please # to comment.