Skip to content

update: kafka connectors pages #2497

update: kafka connectors pages

update: kafka connectors pages #2497

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true
ignoreLabels: |
automated-pr
dependencies
types: |
fix
feat
update
add
delete
headerPattern: '^(\w*)(?:\(([\w$.\-*/ ]*)\))?: (.*)$'
headerPatternCorrespondence: type, scope, subject