Skip to content

Commit 7d0a15d

Browse files
committed
ci: update release action and pr label config
1 parent ec1f819 commit 7d0a15d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/pr-labeler/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
feature: 'feat/*'
2-
fix: fix/*
2+
fix: fix/*
3+
chore: chore/*
4+
performance: perf/*

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
{
4040
"title": "## Fixes",
4141
"labels": ["fix"]
42+
},
43+
{
44+
"title": "## Performance",
45+
"labels": ["performance"]
46+
},
47+
{
48+
"title": "## Chores",
49+
"labels": ["chore"]
4250
}
4351
]
4452
}

0 commit comments

Comments
 (0)