Change CLA event
This commit is contained in:
parent
61b282f92c
commit
5e4affa38d
|
@ -2,8 +2,6 @@ name: 'CLA Assistant'
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created]
|
types: [created]
|
||||||
pull_request:
|
|
||||||
types: [opened, closed, synchronize]
|
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, closed, synchronize]
|
types: [opened, closed, synchronize]
|
||||||
|
|
||||||
|
@ -12,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'CLA Assistant'
|
- 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'
|
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_target'
|
||||||
# Alpha Release
|
# Alpha Release
|
||||||
uses: gnosis/github-action@master
|
uses: gnosis/github-action@master
|
||||||
# GitHub token, automatically provided to the action
|
# GitHub token, automatically provided to the action
|
||||||
|
|
Loading…
Reference in New Issue