Skip to content

chore(deps-dev): bump @changesets/cli from 2.28.0 to 2.28.1 in the changelog group #5224

chore(deps-dev): bump @changesets/cli from 2.28.0 to 2.28.1 in the changelog group

chore(deps-dev): bump @changesets/cli from 2.28.0 to 2.28.1 in the changelog group #5224

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}