From 7662f5bb63d6de056465c888ed87e83f461a18c0 Mon Sep 17 00:00:00 2001 From: Dimitrios Begnis Date: Fri, 29 Sep 2023 13:33:45 +0200 Subject: [PATCH] chore: add github files --- .github/CODEOWNERS | 2 ++ .github/release.yaml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/release.yaml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c323c0d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owners +* @Dimibe \ No newline at end of file diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 0000000..4846787 --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,12 @@ +changelog: + categories: + - title: 🏕 Features + labels: + - new feature + - improvement + - title: 🐛 Bug Fixes + labels: + - bug + - title: 👒 Dependencies + labels: + - dependencies