Skip to content

add line feed

add line feed #7

Workflow file for this run

# CLA Check for this repository
# Uses the reusable workflow defined in cla-workflow.yml
name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
cla:
uses: netfoundry/cla/.github/workflows/cla-workflow.yml@main
secrets:
CLA_APP_ID: ${{ secrets.CLA_APP_ID }}
CLA_APP_PRIVATE_KEY: ${{ secrets.CLA_APP_PRIVATE_KEY }}