Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

chore: Update module golang.org/x/net to v0.17.0 [SECURITY] - autoclosed #770

chore: Update module golang.org/x/net to v0.17.0 [SECURITY] - autoclosed

chore: Update module golang.org/x/net to v0.17.0 [SECURITY] - autoclosed #770

Workflow file for this run

name: PR Title
on:
pull_request:
branches:
- main
- master
- develop
types: [opened, edited, synchronize, reopened]
jobs:
valid_prefix:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
allowed_prefixes: 'feat:,fix:,docs:,chore:,refactor:,test:,revert:,perf:,feat!:,fix(,feat(,chore(,test(,docs(,refactor(,revert(,perf('
disallowed_prefixes: 'hotfix'
min_length: 5