From 31bb643241b76df05c1cf262e8cd71d207a5f10e Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Fri, 23 Aug 2024 09:30:32 +0100 Subject: [PATCH] Sync: synced file(s) with FollowTheProcess/.github (#1066) 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 4a6b186b..7e862978 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 bb4444e8..f4c6132b 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 bc05896f..7dbda83f 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 d2127e0d..f979e272 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 c1ae3331..527b8720 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