Skip to content

fix: allow user blocking only in DM-type channels #2840

fix: allow user blocking only in DM-type channels

fix: allow user blocking only in DM-type channels #2840

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- run: echo "${{ github.event.pull_request.title }}" | npx commitlint --verbose