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

fix(deps): update module github.com/golangci/golangci-lint to v1.59.1 #105

fix(deps): update module github.com/golangci/golangci-lint to v1.59.1

fix(deps): update module github.com/golangci/golangci-lint to v1.59.1 #105

Workflow file for this run

name: semantic-pr
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: true
subjectPattern: ^(?![A-Z]).+$