Skip to content

fix(KNO-7817): fix combobox searching when Option has non-text children #2204

fix(KNO-7817): fix combobox searching when Option has non-text children

fix(KNO-7817): fix combobox searching when Option has non-text children #2204

Workflow file for this run

name: Commitlint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
concurrency:
group: commitlint-pr-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit-lint-pr:
runs-on: ubuntu-latest
steps:
- name: Run Commitlint on PR Title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}