Skip to content

Commit

Permalink
feat: add "PL" and "IN" project keys (VF-000) (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
trs committed Jul 7, 2022
1 parent 6bb18ee commit 7b979ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const branchName = require('current-git-branch');

const branchRegex = /^\w+\/(\S+\/)?(VF|CT|NLU)-\d+$/;
const branchRegex = /^\w+\/(\S+\/)?(VF|CT|NLU|PL|IN)-\d+$/;
const EXCEPTIONS = [/^production$/, /^trying$/, /^staging$/, /^master$/, /^break-glass.*$/];

try {
Expand Down

0 comments on commit 7b979ec

Please sign in to comment.