Skip to content

feat(components): add radio/checkbox group and checkbox modal components #2495

feat(components): add radio/checkbox group and checkbox modal components

feat(components): add radio/checkbox group and checkbox modal components #2495

# SPDX-License-Identifier: MIT
name: Validate PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read # to read the title of the pull
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}