Skip to content

Commit 95d55b9

Browse files
committed
chore(CI): correct permissions for issue labeler
1 parent 4416f02 commit 95d55b9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.en-US.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: '🐞 Bug Report'
22
description: Report a Bug to Rslib
33
title: '[Bug]: '
44
type: Bug
5-
labels: ['🐞 bug']
65
body:
76
- type: markdown
87
attributes:

.github/ISSUE_TEMPLATE/2-feature-request.en-US.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: '💡 Feature Request'
22
description: Submit a new feature request to Rslib
33
title: '[Feature]: '
44
type: Enhancement
5-
labels: ['💡 feature']
65
body:
76
- type: markdown
87
attributes:

.github/workflows/pr-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- edited
88

99
permissions:
10-
issues: write
10+
pull-requests: write
1111
contents: read
1212

1313
jobs:

0 commit comments

Comments
 (0)