1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

update CLA

This commit is contained in:
Domen Kožar 2021-04-07 11:40:08 +02:00
parent fffdde905e
commit d346249cc4
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -2,25 +2,22 @@ name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request:
pull_request_target:
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/github-action@v1.3.0-alpha
env:
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: cla-assistant/github-action@v2.1.2-beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: 'cla/signatures.json'
path-To-cladocument: 'https://github.com/nix-dot-dev/nix.dev/blob/master/cla/README.md'
path-to-document: 'https://github.com/nix-dot-dev/nix.dev/blob/master/cla/README.md'
# branch should not be protected
branch: 'master'
whitelist: imgbot,dependabot*
empty-commit-flag: false
blockchain-storage-flag: false
allowlist: imgbot,dependabot*