Skip to content

chore(deps): bump k8s.io/code-generator from 0.35.1 to 0.35.2 in /operator #673

chore(deps): bump k8s.io/code-generator from 0.35.1 to 0.35.2 in /operator

chore(deps): bump k8s.io/code-generator from 0.35.1 to 0.35.2 in /operator #673

Workflow file for this run

---
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ github.token }}