Revert "Add CLA check GitHub action (#6479)"

This reverts commit 8eb8643a3a.
This commit is contained in:
Daniel Nelson 2019-10-14 15:08:22 -07:00
parent b5182f4f9a
commit b990901110
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 16 deletions

View File

@ -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 }}