Skip to content

Update supported versions #1802

Update supported versions

Update supported versions #1802

Workflow file for this run

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:
call-workflow:
uses: dash0hq/.github/.github/workflows/cla.yaml@main
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PAT }}