Skip to content

chore: add 25.03 release notes #157

chore: add 25.03 release notes

chore: add 25.03 release notes #157

Workflow file for this run

name: "commitlint"
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
commitlint:
runs-on: lab
steps:
- name: Checkout repository
uses: "actions/checkout@v4"
with:
fetch-depth: 0
persist-credentials: "false"
- name: Block Merge Commits
if: ${{ always() }}
uses: Morishiri/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}