Skip to content

Commit

Permalink
Add CLA check GitHub action (influxdata#6479)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac authored and danielnelson committed Oct 4, 2019
1 parent e41d900 commit 8eb8643
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 8eb8643

Please sign in to comment.