diff --git a/.github/workflows/conventional-label.yml b/.github/workflows/conventional-label.yml index feb40b4..0a67ec6 100644 --- a/.github/workflows/conventional-label.yml +++ b/.github/workflows/conventional-label.yml @@ -2,6 +2,9 @@ on: pull_request_target: types: [opened, edited] name: conventional-release-labels +permissions: + contents: read + pull-requests: write jobs: label: runs-on: ubuntu-latest