Skip to content

feat(filter-input): add disabled chip support [AS-801] #296

feat(filter-input): add disabled chip support [AS-801]

feat(filter-input): add disabled chip support [AS-801] #296

Workflow file for this run

name: PR Title Check
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR title format
uses: thehanimo/pr-title-checker@v1.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: .github/pr-title-checker-config.json