Skip to content

Commit

Permalink
ci: label documentation prs, add documentation updates to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 11, 2024
1 parent 42ecbcd commit 92e40f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/pr-labeler/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
feature: 'feat/*'
fix: fix/*
chore: chore/*
performance: perf/*
performance: perf/*
docs: docs/*
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
"title": "## Performance",
"labels": ["performance"]
},
{
"title": "## Documentation",
"labels": ["docs"]
},
{
"title": "## Chores",
"labels": ["chore"]
Expand Down

0 comments on commit 92e40f1

Please sign in to comment.