2020-08-04 10:19:19 +00:00
name : 'CLA Assistant'
2020-07-30 22:56:03 +00:00
on :
issue_comment :
types : [ created]
pull_request :
2020-08-04 10:19:19 +00:00
types : [ opened, closed, synchronize]
2020-08-04 16:09:16 +00:00
pull_request_target :
types : [ opened, closed, synchronize]
2020-08-04 10:19:19 +00:00
2020-07-30 22:56:03 +00:00
jobs :
CLAssistant :
runs-on : ubuntu-latest
steps :
2020-08-04 10:19:19 +00:00
- name : 'CLA Assistant'
2020-07-30 22:56:03 +00:00
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
2020-08-04 10:58:44 +00:00
uses : gnosis/github-action@master
2020-08-04 10:25:49 +00:00
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
2020-08-04 10:19:19 +00:00
env :
2020-07-30 22:56:03 +00:00
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2020-08-04 10:19:19 +00:00
with :
2020-07-30 22:56:03 +00:00
path-to-signatures : 'signatures/version1/cla.json'
path-to-cla-document : 'https://github.com/gnosis/safe-react/blob/master/GNOSISCLA.md'
2020-07-31 16:38:18 +00:00
branch : 'cla-signatures'
2020-08-04 11:34:18 +00:00
allowlist : lukasschor,mikheevm,rmeissner,germartinez,fernandomg,Agupane,nicosampler,matextrem,gabitoesmiapodo,davidalbela,alongoni,Uxio0,dasanra,miguelmota,francovenica,tschubotz,luarx,giacomolicari,gnosis-info,bot*
2020-07-30 22:56:03 +00:00
empty-commit-flag : false
blockchain-storage-flag : false