Skip to content

Commit ace626d

Browse files
committed
ci: add 'refactor' to PR auto-label mapping for maintenance
1 parent f4d9beb commit ace626d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-auto-label.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
'dependabot': 'dependencies',
3838
'upgrade': 'dependencies',
3939
'security': 'security',
40-
'ci': 'ci'
40+
'ci': 'ci',
41+
'refactor': 'maintenance'
4142
};
4243
4344
// 提取标题的第一个单词(冒号前的部分)

0 commit comments

Comments
 (0)