diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e2f5ab..0e53747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: labeler: name: Label PR runs-on: ubuntu-latest - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' permissions: contents: read pull-requests: write