mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 18:44:07 +00:00
commit
2cc4e82bb2
4
.github/workflows/cla.yml
vendored
4
.github/workflows/cla.yml
vendored
@ -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…
x
Reference in New Issue
Block a user