Skip to content

Commit 2b82a6e

Browse files
authored
chore(ci): update base branch labels for core-2 and core-3 (#7396)
1 parent 99dd1b5 commit 2b82a6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ agent-toolkit:
9393
- any-glob-to-any-file: packages/agent-toolkit/**
9494

9595
# Base branch labels
96-
core2:
96+
core-3:
9797
- base-branch: '^main$'
9898

99-
core3:
100-
- base-branch: '^vincent-and-the-doctor$'
99+
core-2:
100+
- base-branch: '^release/core-2$'

commitlint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Configuration = {
3131
'subject-case': [2, 'always', ['lower-case', 'sentence-case']],
3232
'body-max-line-length': [1, 'always', '150'],
3333
'scope-empty': [2, 'never'],
34-
'scope-enum': [2, 'always', [...getPackageNames(), 'repo', 'release', 'e2e', '*']],
34+
'scope-enum': [2, 'always', [...getPackageNames(), 'repo', 'release', 'e2e', '*', 'ci']],
3535
},
3636
};
3737

0 commit comments

Comments
 (0)