We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dee8ec + 0bd57d2 commit b69e1bfCopy full SHA for b69e1bf
.github/workflows/trademark-cla-approval.yml
@@ -17,7 +17,7 @@ permissions: write-all
17
jobs:
18
process-cla-approval:
19
runs-on: ubuntu-latest
20
- if: github.event_name == 'workflow_dispatch' || github.event_name == 'issue_comment' || (github.event_name == 'pull_request_target' && github.event.label.name == 'cla-signed' && github.actor != 'workflow-authentication-public')
+ if: github.event_name == 'workflow_dispatch' || github.event_name == 'issue_comment' || (github.event_name == 'pull_request_target' && github.event.label.name == 'cla-signed' && github.actor != 'workflow-authentication-public[bot]')
21
22
steps:
23
0 commit comments