Skip to content

build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #20

build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6

build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #20

Workflow file for this run

name: Semantic Commits
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
title:
name: Validate PR title
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}