From d7e87f9af7f6cebdc739f45b21091f61dccace5a Mon Sep 17 00:00:00 2001 From: 5ouma <101255979+5ouma@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:44:12 +0900 Subject: [PATCH] style(label): Small improvements related to labels Make labels more good, and development experience better. --- .github/ISSUE_TEMPLATE/1-feature-request.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/dependabot.yml | 1 + .github/pr-labeler.yml | 4 +-- .github/release.yml | 26 ++++++++++---------- .github/workflows/deps-update.yml | 1 - 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-feature-request.yml b/.github/ISSUE_TEMPLATE/1-feature-request.yml index 074a7fa..3e7c5ae 100644 --- a/.github/ISSUE_TEMPLATE/1-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/1-feature-request.yml @@ -1,6 +1,6 @@ name: ๐ŸŽ‰ Feature Request description: Request a new feature or enhancement to an existing feature -labels: ["๐ŸŽ‰ Feature"] +labels: ["๐ŸŽ‰ New Feature"] body: - type: textarea id: feature-description diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 04dbe37..22adfd5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,7 @@ close # ### ๐Ÿ”„ Type of the Change -- [ ] ๐ŸŽ‰ Feature +- [ ] ๐ŸŽ‰ New Feature - [ ] ๐Ÿงฐ Bug - [ ] ๐Ÿ›ก๏ธ Security - [ ] ๐Ÿ“– Documentation diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7a163a..c9cd0ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,4 @@ updates: schedule: interval: "daily" target-branch: "dev" + labels: [] diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 1574dcf..61a569c 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -3,8 +3,8 @@ searchTitle: true searchBody: true customLabels: - - text: "- [x] ๐ŸŽ‰ Feature" - label: "๐ŸŽ‰ Feature" + - text: "- [x] ๐ŸŽ‰ New Feature" + label: "๐ŸŽ‰ New Feature" - text: "- [x] ๐Ÿงฐ Bug" label: "๐Ÿงฐ Bug" - text: "- [x] ๐Ÿ›ก๏ธ Security" diff --git a/.github/release.yml b/.github/release.yml index 207c125..e6906ad 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -5,27 +5,27 @@ changelog: - "๐Ÿš€ Release" categories: - - title: ๐Ÿงจ Breaking Changes + - title: "๐Ÿงจ Breaking Changes" labels: ["๐Ÿงจ Breaking Change"] - - title: ๐ŸŽ‰ New Features - labels: ["๐ŸŽ‰ Feature"] - - title: ๐Ÿงฐ Bug Fixes + - title: "๐ŸŽ‰ New Features" + labels: ["๐ŸŽ‰ New Feature"] + - title: "๐Ÿงฐ Bug Fixes" labels: ["๐Ÿงฐ Bug"] - - title: ๐Ÿ›ก๏ธ Security Fixes + - title: "๐Ÿ›ก๏ธ Security Fixes" labels: ["๐Ÿ›ก๏ธ Security"] - - title: ๐Ÿ“– Documentation Changes + - title: "๐Ÿ“– Documentation Changes" labels: ["๐Ÿ“– Documentation"] - - title: ๐ŸŽ๏ธ Performance Improvements + - title: "๐ŸŽ๏ธ Performance Improvements" labels: ["๐ŸŽ๏ธ Performance"] - - title: ๐Ÿงน Refactoring + - title: "๐Ÿงน Refactoring" labels: ["๐Ÿงน Refactoring"] - - title: ๐Ÿงช Testing + - title: "๐Ÿงช Testing" labels: ["๐Ÿงช Testing"] - - title: ๐Ÿ”ง Maintenance + - title: "๐Ÿ”ง Maintenance" labels: ["๐Ÿ”ง Maintenance"] - - title: ๐ŸŽฝ CI + - title: "๐ŸŽฝ CI" labels: ["๐ŸŽฝ CI"] - - title: โ›“๏ธ Dependency Updates + - title: "โ›“๏ธ Dependency Updates" labels: ["โ›“๏ธ Dependencies", "dependencies"] - - title: ๐Ÿ” Other Changes + - title: "๐Ÿ” Other Changes" labels: ["*"] diff --git a/.github/workflows/deps-update.yml b/.github/workflows/deps-update.yml index 1e492d0..b52f7b2 100644 --- a/.github/workflows/deps-update.yml +++ b/.github/workflows/deps-update.yml @@ -26,4 +26,3 @@ jobs: base: dev branch: deps-deno commit-prefix: "chore(deps):" - labels: "Type: Dependencies"