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 ec1f819 commit 7d0a15dCopy full SHA for 7d0a15d
.github/pr-labeler/config.yml
@@ -1,2 +1,4 @@
1
feature: 'feat/*'
2
-fix: fix/*
+fix: fix/*
3
+chore: chore/*
4
+performance: perf/*
.github/workflows/release.yml
@@ -39,6 +39,14 @@ jobs:
39
{
40
"title": "## Fixes",
41
"labels": ["fix"]
42
+ },
43
+ {
44
+ "title": "## Performance",
45
+ "labels": ["performance"]
46
47
48
+ "title": "## Chores",
49
+ "labels": ["chore"]
50
}
51
]
52
0 commit comments