Skip to content

Commit fc36f19

Browse files
authored
add refactor items to release tracker (#209)
1 parent d7cadde commit fc36f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/post-merge-validation-tracker.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const LOOKBACK_DAYS = parseInt(process.env.LOOKBACK_DAYS ?? '1');
1111
const START_HOUR_UTC = parseInt(process.env.START_HOUR_UTC ?? '7');
1212

1313
const START_MINUTE_UTC = 0;
14-
const RELEVANT_TITLE_REGEX = /^(feat|perf|fix|chore)\s*(\(|:|!|\/)|\bbump\b/i;
14+
const RELEVANT_TITLE_REGEX = /^(feat|perf|fix|chore|refactor)\s*(\(|:|!|\/)|\bbump\b/i;
1515
const TEAM_LABEL_PREFIX = 'team-';
1616
const SIZE_LABEL_PREFIX = 'size-';
1717
const AUTOMATED_TEST_PATTERNS = [

0 commit comments

Comments
 (0)