Skip to content

feat: prefer GitHub App auth for compliance workflows #10

feat: prefer GitHub App auth for compliance workflows

feat: prefer GitHub App auth for compliance workflows #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: ./.github/workflows/cla-reusable.yml
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 }}
app-id: ${{ vars.CLA_APP_ID }}
compliance-profile: bsl-change-license-commercial