Skip to content

Commit 92e40f1

Browse files
committed
ci: label documentation prs, add documentation updates to release notes
1 parent 42ecbcd commit 92e40f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/pr-labeler/config.yml

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

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
"title": "## Performance",
4545
"labels": ["performance"]
4646
},
47+
{
48+
"title": "## Documentation",
49+
"labels": ["docs"]
50+
},
4751
{
4852
"title": "## Chores",
4953
"labels": ["chore"]

0 commit comments

Comments
 (0)