Skip to content

feat: prefer GitHub App auth for compliance workflows #6

feat: prefer GitHub App auth for compliance workflows

feat: prefer GitHub App auth for compliance workflows #6

Workflow file for this run

name: PR Compliance
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
pull-requests: write
jobs:
validate-pr-metadata:
uses: ./.github/workflows/pr-compliance-reusable.yml
secrets: inherit
with:
pr-number: ${{ github.event.pull_request.number }}
pr-body: ${{ github.event.pull_request.body }}
pr-author-login: ${{ github.event.pull_request.user.login }}
default-branch: ${{ github.event.repository.default_branch }}
app-id: ${{ vars.CLA_APP_ID }}
compliance-profile: bsl-change-license-commercial