Skip to content

Commit

Permalink
ci: limit permissions for the update labels workflow (@fehmer) (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer authored Jan 22, 2025
1 parent fc65642 commit c469ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check labels to update

permissions:
actions: read
pull-requests: read

on:
pull_request_target:
types:
Expand Down

0 comments on commit c469ddd

Please sign in to comment.