Skip to content

Commit 3275502

Browse files
committed
Add Infra team
1 parent c14bef7 commit 3275502

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
20

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ exports.ZENHUB_WORKSPACE_NAME = 'Platform Team';
1515
exports.TEAM_LABEL_PREFIX = 't-';
1616
exports.TEAM_NAME_TO_LABEL = {
1717
'Cash & Community': 't-c&c',
18+
Infrastructure: 't-infra',
1819
};
1920
exports.LINKING_CHECK_RETRIES = 8;
2021
exports.LINKING_CHECK_DELAY_MILLIS = 15 * 1000;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const TEAM_LABEL_PREFIX = 't-';
1010

1111
export const TEAM_NAME_TO_LABEL: { [name: string]: string} = {
1212
'Cash & Community': 't-c&c',
13+
Infrastructure: 't-infra',
1314
};
1415

1516
export const LINKING_CHECK_RETRIES = 8;

0 commit comments

Comments
 (0)