We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10533fe commit 26ec075Copy full SHA for 26ec075
.github/workflows/external-contributors.yml
@@ -18,7 +18,7 @@ jobs:
18
&& github.event.pull_request.author_association != 'COLLABORATOR'
19
&& github.event.pull_request.author_association != 'MEMBER'
20
&& github.event.pull_request.author_association != 'OWNER'
21
- && endsWith(github.actor, '[bot]') == false
+ && endsWith(github.event.pull_request.user.login, '[bot]') == false
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up Node
0 commit comments