Skip to content

chore(deps): bump github.com/sigstore/cosign/v2 from 2.0.3-0.20230523133326-0544abd8fc8a to 2.2.1 #17

chore(deps): bump github.com/sigstore/cosign/v2 from 2.0.3-0.20230523133326-0544abd8fc8a to 2.2.1

chore(deps): bump github.com/sigstore/cosign/v2 from 2.0.3-0.20230523133326-0544abd8fc8a to 2.2.1 #17

Workflow file for this run

---
name: "Conventional Commits"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
docs
enhancement
feat
fix
revert
requireScope: false
subjectPattern: '^[A-Z].+$'
subjectPatternError: |
Subject "{subject}" does not start with an uppercase letter