Skip to content

chore(deps): bump mongoose from 8.7.2 to 8.8.3 #198

chore(deps): bump mongoose from 8.7.2 to 8.8.3

chore(deps): bump mongoose from 8.7.2 to 8.8.3 #198

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