diff --git a/.github/workflows/external-contributors.yml b/.github/workflows/external-contributors.yml index 3d5954de8bfa..aac1805c1bb5 100644 --- a/.github/workflows/external-contributors.yml +++ b/.github/workflows/external-contributors.yml @@ -18,7 +18,7 @@ jobs: && github.event.pull_request.author_association != 'COLLABORATOR' && github.event.pull_request.author_association != 'MEMBER' && github.event.pull_request.author_association != 'OWNER' - && endsWith(github.actor, '[bot]') == false + && endsWith(github.event.pull_request.user.login, '[bot]') == false steps: - uses: actions/checkout@v4 - name: Set up Node