From fc5753394ccece954175dfa88a7b16168a0253e7 Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Tue, 16 Mar 2021 20:34:13 -0700 Subject: [PATCH] Add TODO comment --- .github/workflows/cla.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index fb259a26b899..ee98cee44ae8 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -11,6 +11,7 @@ jobs: 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 + # TODO: Fix this if so that it doesn't run CLA 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: # TODO: remove this first run step