diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 494fe39e..480fd7c4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,8 +12,10 @@ jobs: timeout-minutes: 5 permissions: issues: write + pull-requests: write steps: - name: Label + continue-on-error: true env: TITLE: ${{ github.event.issue.title }}${{ github.event.pull_request.title }} BODY: ${{ github.event.issue.body }}${{ github.event.pull_request.body }}