Skip to content

chore(deps): bump cla-assistant/github-action from 2.4.0 to 2.5.0 #353

chore(deps): bump cla-assistant/github-action from 2.4.0 to 2.5.0

chore(deps): bump cla-assistant/github-action from 2.4.0 to 2.5.0 #353

Workflow file for this run

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@v2.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'cla/signatures.json'
path-To-cladocument: 'https://github.com/cachix/docs.cachix.org/blob/master/cla/README.md'
# branch should not be protected
branch: 'master'
allowlist: imgbot,dependabot*
empty-commit-flag: false
blockchain-storage-flag: false