diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 8aad9b125..6d63ec505 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -1,5 +1,7 @@ name: "PR size labeler" on: [pull_request] +permissions: + pull-requests: write jobs: changed-lines-count-labeler: