Skip to content

Commit 74b7b3d

Browse files
while I'm at it
1 parent 4fbc788 commit 74b7b3d

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
@@ -15,9 +15,6 @@ const typeLabels = [
1515
'type: regression',
1616
'type: enhancement',
1717
'type: new feature',
18-
'type: general',
19-
// only used by renovate bot so we can ignore the "type: " prefix here
20-
'dependencies',
2118
];
2219
const labelRegex = new RegExp(`\\b(${typeLabels.join('|')})\\b`, 'i');
2320

0 commit comments

Comments
 (0)