diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index dfa3e25a08b2..bf107697943b 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -10,6 +10,7 @@ jobs: CLA: runs-on: ubuntu-latest # This job only runs for pull request comments or pull request target events (not issue comments) + # It does not run for pull requests created by OSBotify if: github.event.issue.pull_request || (github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'OSBotify') steps: - uses: actions-ecosystem/action-regex-match@9c35fe9ac1840239939c59e5db8839422eed8a73