Skip to content

Commit

Permalink
style(label): Small improvements related to labels
Browse files Browse the repository at this point in the history
Make labels more good, and development experience better.
  • Loading branch information
5ouma committed Jun 20, 2024
1 parent 5e318c8 commit d7e87f9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-feature-request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ close #

### πŸ”„ Type of the Change

- [ ] πŸŽ‰ Feature
- [ ] πŸŽ‰ New Feature
- [ ] 🧰 Bug
- [ ] πŸ›‘οΈ Security
- [ ] πŸ“– Documentation
Expand Down
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ updates:
schedule:
interval: "daily"
target-branch: "dev"
labels: []
4 changes: 2 additions & 2 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
26 changes: 13 additions & 13 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ["*"]
1 change: 0 additions & 1 deletion .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ jobs:
base: dev
branch: deps-deno
commit-prefix: "chore(deps):"
labels: "Type: Dependencies"

0 comments on commit d7e87f9

Please sign in to comment.