diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 4a6b186..7e86297 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -2,7 +2,7 @@ name: 🚀 Feature Request
description: Request a new feature or enhancement
title: "
"
labels:
- - enhancement
+ - feature
body:
- type: checkboxes
attributes:
diff --git a/.github/labels.yml b/.github/labels.yml
index bb4444e..f4c6132 100644
--- a/.github/labels.yml
+++ b/.github/labels.yml
@@ -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
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index bc05896..7dbda83 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -6,7 +6,9 @@ categories:
label: breaking
- title: ":rocket: Features"
- label: enhancement
+ label:
+ - enhancement
+ - feature
- title: ":fire: Removals and Deprecations"
label: removal
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index d2127e0..f979e27 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -5,7 +5,7 @@ on:
branches:
- main
-permissions: read-all
+permissions: {}
jobs:
labeler:
@@ -14,6 +14,7 @@ jobs:
permissions:
contents: write
issues: write
+
steps:
- name: Check out the repository
uses: actions/checkout@v4
diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml
index c1ae333..527b872 100644
--- a/.github/workflows/release_drafter.yml
+++ b/.github/workflows/release_drafter.yml
@@ -10,7 +10,7 @@ on:
- reopened
- synchronize
-permissions: read-all
+permissions: {}
jobs:
draft_release:
@@ -19,6 +19,7 @@ jobs:
permissions:
contents: write
pull-requests: read
+
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6