Skip to content

Commit 53c2c27

Browse files
[support-infra] Fix typeLabels
1 parent 99b312b commit 53c2c27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/scripts/prs/checkTypeLabel.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ const createEnumerationFromArray = (stringArray) =>
1010
: stringArray.map((s) => `\`${s}\``).join('');
1111

1212
const typeLabels = [
13-
'docs',
1413
'release',
1514
'bug',
16-
'regression',
17-
'maintenance',
1815
'dependencies',
1916
'enhancement',
2017
'new feature',

0 commit comments

Comments
 (0)