Skip to content

fix(deps): update all non-major dependencies #693

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #693

Workflow file for this run

name: Lint PR Title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
name: conventional-commit
runs-on: ubuntu-latest
steps:
# avoid calling too many workflows at same time
- name: Delay workflow start
run: sleep 40 # sec
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}