Add CLA check GitHub action (#6479)

This commit is contained in:
George 2019-10-04 19:30:43 +01:00 committed by Daniel Nelson
parent e41d90080a
commit 8eb8643a3a
1 changed files with 16 additions and 0 deletions

16
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,16 @@
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 }}