Skip to content

Add filename field to export #1115

Add filename field to export

Add filename field to export #1115

Workflow file for this run

name: "CLA Assistant"
on:
pull_request_target:
types: [opened,closed,synchronize]
jobs:
CLAAssistant:
runs-on: ubuntu-20.04
steps:
- name: "CLA Assistant"
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'
# Beta Release
uses: contributor-assistant/github-action@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/mito-ds/monorepo/blob/main/LICENSE' # e.g. a CLA or a DCO document
# branch should not be protected
branch: 'main'
allowlist: ["naterush", "aarondr77"]

Check failure on line 23 in .github/workflows/cla.yml

View workflow run for this annotation

GitHub Actions / CLA Assistant

Invalid workflow file

The workflow is not valid. .github/workflows/cla.yml (Line: 23, Col: 22): A sequence was not expected