forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CLA check GitHub action (influxdata#6479)
- Loading branch information
1 parent
e41d900
commit 8eb8643
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |