Skip to content

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 #613

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 #613

Workflow file for this run

name: titlecheck
# Run on PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
jobs:
titlecheck:
name: PR title follows coventional commit
runs-on: ubuntu-latest
steps:
- name: Check conventinal title
uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}