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: on:
issue_comment: issue_comment:
types: [created] types: [created]
pull_request: pull_request_target:
types: [opened,closed,synchronize] types: [opened,closed,synchronize]
jobs: jobs:
CLAssistant: CLAssistant:
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 == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
# Alpha Release uses: cla-assistant/github-action@v2.1.2-beta
uses: cla-assistant/github-action@v1.3.0-alpha env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: 'cla/signatures.json' 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 should not be protected
branch: 'master' branch: 'master'
whitelist: imgbot,dependabot* allowlist: imgbot,dependabot*
empty-commit-flag: false
blockchain-storage-flag: false