diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index c4143037ce3..64774e67cc3 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -5,6 +5,9 @@ on: issues: types: [ opened ] +permissions: + contents: read + jobs: label-component: runs-on: ubuntu-22.04