Skip to content

CLA

CLA #10

Workflow file for this run

name: CLA
on:
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review
- closed
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
cla:
uses: golutra/platform-workflows/.github/workflows/cla-reusable.yml@0.1.0
secrets: inherit
with:
event-name: ${{ github.event_name }}
issue-is-pr: ${{ github.event_name == 'issue_comment' && github.event.issue.pull_request != null }}
comment-body: ${{ github.event.comment.body || '' }}
default-branch: ${{ github.event.repository.default_branch }}
compliance-profile: apache-2.0