Skip to content

Commit

Permalink
Sync: synced file(s) with FollowTheProcess/.github (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: FollowTheProcess <null>
  • Loading branch information
FollowTheProcess committed Aug 23, 2024
1 parent b144605 commit 31bb643
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
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

0 comments on commit 31bb643

Please sign in to comment.