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

27 lines
894 B
YAML
Raw Normal View History

name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request:
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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'cla/signatures.json'
2020-07-08 16:47:32 -04:00
path-To-cladocument: 'https://github.com/nix-dot-dev/nix.dev/blob/master/cla/README.md'
# branch should not be protected
2020-06-13 06:55:58 -04:00
branch: 'master'
whitelist: imgbot,dependabot*
empty-commit-flag: false
blockchain-storage-flag: false