Skip to content

Commit

Permalink
Create configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 23, 2024
1 parent acda610 commit 7ed5085
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"template": "#{{CHANGELOG}}",
"pr_template": "* #{{TITLE}} by #{{AUTHOR}}",
"categories": [
{
"title": "## What's Added",
"labels": ["feat"]
},
{
"title": "## What's Fixed",
"labels": ["fix"]
},
{
"title": "## What's Updated",
"labels": ["update"]
},
{
"title": "## Uncategorized PRs",
"labels": []
}
],
}

0 comments on commit 7ed5085

Please sign in to comment.