Skip to content

docs: add 12.2.0.GA release notes #171

docs: add 12.2.0.GA release notes

docs: add 12.2.0.GA release notes #171

Workflow file for this run

name: Check CLA
on:
- pull_request
- push
jobs:
check-cla:
runs-on: ubuntu-latest
name: Verify contributor
steps:
- uses: tidev/tidev-cla-action@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}