diff --git a/.github/workflows/conventional-label.yaml b/.github/workflows/conventional-label.yaml index bd97805..434ba18 100644 --- a/.github/workflows/conventional-label.yaml +++ b/.github/workflows/conventional-label.yaml @@ -2,8 +2,13 @@ on: pull_request_target: types: [ opened, edited ] name: conventional-release-labels + +permissions: + contents: read + pull-requests: write + jobs: label: runs-on: ubuntu-latest steps: - - uses: bcoe/conventional-release-labels@v1 \ No newline at end of file + - uses: bcoe/conventional-release-labels@v1