Skip to content

chore(deps): bump fast-uri from 3.1.0 to 3.1.3 #178

chore(deps): bump fast-uri from 3.1.0 to 3.1.3

chore(deps): bump fast-uri from 3.1.0 to 3.1.3 #178

name: Semantic PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
concurrency:
group: semantic-pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert