Skip to content

Commit

Permalink
Create cla.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy authored Jul 21, 2020
1 parent 183acf9 commit d2c0b5c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request:
types: [opened,closed,synchronize]

jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
# Alpha Release
uses: cla-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-To-cladocument: 'https://gist.github.com/bonedaddy/5f55781361f0d5c85099ebc25e44f129#file-my_cla-md'
# branch should not be protected
branch: 'sig-branch'
whitelist: dependabot-preview[bot],bonedaddy,xiegeo
empty-commit-flag: false
blockchain-storage-flag: false

0 comments on commit d2c0b5c

Please sign in to comment.