Skip to content

chore: bump version to 1.24.0-alpha #18493

chore: bump version to 1.24.0-alpha

chore: bump version to 1.24.0-alpha #18493

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
with:
types: |
feat
fix
refactor
chore
upstream
backport
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}