Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Feature Request
description: Request a new feature or enhancement
title: "<title>"
labels:
- enhancement
- feature
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
description: This issue or pull request already exists
color: cfd3d7

- name: enhancement
- name: feature
description: New feature or request
color: a2eeef

Expand Down
4 changes: 3 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ categories:
label: breaking

- title: ":rocket: Features"
label: enhancement
label:
- enhancement
- feature

- title: ":fire: Removals and Deprecations"
label: removal
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main

permissions: read-all
permissions: {}

jobs:
labeler:
Expand All @@ -14,6 +14,7 @@ jobs:
permissions:
contents: write
issues: write

steps:
- name: Check out the repository
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
- synchronize

permissions: read-all
permissions: {}

jobs:
draft_release:
Expand All @@ -19,6 +19,7 @@ jobs:
permissions:
contents: write
pull-requests: read

steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
Expand Down