From b9909011104e4c0ceadb0f45ea83b7d09d7f404c Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 14 Oct 2019 15:08:22 -0700 Subject: [PATCH] Revert "Add CLA check GitHub action (#6479)" This reverts commit 8eb8643a3a06974fa2a60af87802ea9455f6f18c. --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index d638476cc..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -on: - pull_request: - types: [opened] - -jobs: - cla-checker: - runs-on: ubuntu-latest - name: "Check CLA" - steps: - - name: "Lookup PR Author" - uses: influxdata/clasee@v1 - with: - spreadsheet: "1jnRZYSw83oa6hcEBb1lxK6nNvXrWnOzPT8Bz9iR4Q8s" - range: "Form Responses!E:E" - env: - CLASEE_SECRET: ${{ secrets.CLASEE_SECRET }}