Skip to content

Commit

Permalink
ci: update release action and pr label config
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Feb 26, 2024
1 parent ec1f819 commit 7d0a15d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/pr-labeler/config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
feature: 'feat/*'
fix: fix/*
fix: fix/*
chore: chore/*
performance: perf/*
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
{
"title": "## Fixes",
"labels": ["fix"]
},
{
"title": "## Performance",
"labels": ["performance"]
},
{
"title": "## Chores",
"labels": ["chore"]
}
]
}
Expand Down

0 comments on commit 7d0a15d

Please sign in to comment.