Skip to content

fix: Revert "fix(ci): revert changes 2.0.5 ~ 2.0.7" #332

fix: Revert "fix(ci): revert changes 2.0.5 ~ 2.0.7"

fix: Revert "fix(ci): revert changes 2.0.5 ~ 2.0.7" #332

Workflow file for this run

name: 'Check PR title'
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-slim
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
ignoreLabels: |
autorelease: pending
dependencies