From 7ed5085fbad19016f7ff94cb99aeb7d14a2e46bc Mon Sep 17 00:00:00 2001 From: mitchelbaker-cisa <149098823+mitchelbaker-cisa@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:57:12 -0800 Subject: [PATCH] Create configuration.json --- .github/workflows/configuration.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/configuration.json diff --git a/.github/workflows/configuration.json b/.github/workflows/configuration.json new file mode 100644 index 00000000..c7241cd4 --- /dev/null +++ b/.github/workflows/configuration.json @@ -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": [] + } + ], +}