From afc221da452878719a9e9a5fa00300240c14b035 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 7 Apr 2024 17:30:45 +0200 Subject: [PATCH 1/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 128cfc1..cde90af 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,9 +9,9 @@ Closes # #### PR label(s): -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20breaking%20%F0%9F%92%A5 -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20feature%20%E2%AD%90%EF%B8%8F -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20bugfix%20%F0%9F%95%B5%EF%B8%8F -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20miscellaneous%20%F0%9F%91%BE -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20dependencies%20%F0%9F%A4%96 -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/PR%20type%3A%20documentation%20%F0%9F%93%9A +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/breaking +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/feature +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/bugfix +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/miscellaneous +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/dependencies +- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/documentation From e55c1140176401e0672e84a6e77e8118c5631cb4 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 7 Apr 2024 17:32:16 +0200 Subject: [PATCH 2/3] Update release.yml --- .github/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 190b3b2..2982e2d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,16 +6,16 @@ changelog: - dependabot categories: - title: "Breaking changes" - labels: ["PR type: breaking 💥"] + labels: [breaking] - title: "Features" - labels: ["PR type: feature ⭐️"] + labels: [feature] - title: "Bug Fixes" - labels: ["PR type: bugfix 🕵️"] + labels: [bugfix] - title: "Miscellaneous" - labels: ["PR type: miscellaneous 👾"] + labels: [miscellaneous] - title: "Documentation" - labels: ["PR type: documentation 📚"] + labels: [documentation] - title: "Dependencies" - labels: ["PR type: dependencies 🤖"] + labels: [dependencies] - title: "Uncategorized" labels: ["*"] From de1a25d25d0ff358bcdecb9bf6e5b0b879056c76 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Sun, 7 Apr 2024 17:40:29 +0200 Subject: [PATCH 3/3] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cde90af..3c85149 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,9 +9,9 @@ Closes # #### PR label(s): -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/breaking -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/feature -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/bugfix -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/miscellaneous -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/dependencies -- [ ] https://github.com/ewjoachim/poetry_to_pre_commit/labels/documentation +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/breaking +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/feature +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/bugfix +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/miscellaneous +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/dependencies +- [ ] https://github.com/ewjoachim/poetry-to-pre-commit/labels/documentation