Skip to content

Commit 104d628

Browse files
committed
Drop permission restriction for adding/removing labels.
1 parent 74ff6bd commit 104d628

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/labels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
add-label:
1616
if: ${{ github.event.issue.user.login != 'tillahoffmann' }}
1717
runs-on: ubuntu-latest
18-
permissions:
19-
issues: write
2018
steps:
2119
- name: Add label
2220
uses: actions-ecosystem/action-add-labels@v1
@@ -25,8 +23,6 @@ jobs:
2523
remove-label:
2624
if: ${{ github.event.issue.user.login == 'tillahoffmann' }}
2725
runs-on: ubuntu-latest
28-
permissions:
29-
issues: write
3026
steps:
3127
- name: Remove label
3228
uses: actions-ecosystem/action-remove-labels@v1

0 commit comments

Comments
 (0)