Skip to content

Commit

Permalink
[WF] Take back unneccessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Volkel committed Feb 23, 2024
1 parent e851115 commit 15b5804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/async-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Apply requested async label
- created
- edited

permissions:
pull-requests: write # to update labels
permissions: {}

jobs:
apply_async_labels:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/async-list-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ name: Collect and print async labels
branches:
- master

permissions:
pull-requests: write # to update labels
permissions: {}

jobs:
list_async_labels:
Expand Down

0 comments on commit 15b5804

Please sign in to comment.