Skip to content

build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory #63

build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory

build(deps): bump picomatch from 4.0.3 to 4.0.4 in the npm_and_yarn group across 1 directory #63

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
contents: read
jobs:
main:
if: github.repository == 'ranuts/document'
runs-on: ubuntu-latest
name: Semantic Pull Request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}