We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cadde commit fc36f19Copy full SHA for fc36f19
.github/scripts/post-merge-validation-tracker.mjs
@@ -11,7 +11,7 @@ const LOOKBACK_DAYS = parseInt(process.env.LOOKBACK_DAYS ?? '1');
11
const START_HOUR_UTC = parseInt(process.env.START_HOUR_UTC ?? '7');
12
13
const START_MINUTE_UTC = 0;
14
-const RELEVANT_TITLE_REGEX = /^(feat|perf|fix|chore)\s*(\(|:|!|\/)|\bbump\b/i;
+const RELEVANT_TITLE_REGEX = /^(feat|perf|fix|chore|refactor)\s*(\(|:|!|\/)|\bbump\b/i;
15
const TEAM_LABEL_PREFIX = 'team-';
16
const SIZE_LABEL_PREFIX = 'size-';
17
const AUTOMATED_TEST_PATTERNS = [
0 commit comments