From 98cc4145fab52a334ac66754b6635d46bd809efd Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Fri, 23 Aug 2024 09:29:02 +0100 Subject: [PATCH] Sync: synced file(s) with FollowTheProcess/.github (#35) Co-authored-by: FollowTheProcess --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/labels.yml | 2 +- .github/release-drafter.yml | 4 +++- .github/workflows/labeler.yml | 3 ++- .github/workflows/release_drafter.yml | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) 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