chore(dependabot): bump the k8s-dependencies group across 1 directory with 2 updates #7065
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint PR Title | |
run-name: ${{github.event.pull_request.title}} | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
jobs: | |
check: | |
name: Check Title | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
types: | | |
deps | |
chore | |
docs | |
feat | |
fix | |
refactor | |
test | |
requireScope: false | |
# https://regex101.com/r/YybDgS/1 | |
subjectPattern: ^([A-Z].*[^.]|bump .*)$ |