Skip to content

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group #110

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group

build(deps): bump github.com/rs/cors from 1.10.1 to 1.11.0 in the go-modules group #110

Workflow file for this run

name: PR Check Title
on:
pull_request:
jobs:
pr-check-title:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "^(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release|revert)(\\(.+\\))?!?: .+"
helpMessage: "Your PR title is invalid. Please follow the Conventional Commits specification: https://www.conventionalcommits.org/en/v1.0.0/"