diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 128cfc1..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/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 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: ["*"]