Skip to content

chore(deps): bump k8s.io/client-go from 0.28.9 to 0.28.10 #357

chore(deps): bump k8s.io/client-go from 0.28.9 to 0.28.10

chore(deps): bump k8s.io/client-go from 0.28.9 to 0.28.10 #357

# SPDX-License-Identifier: MIT
name: "lint Pull Request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
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: ${{ secrets.GITHUB_TOKEN }}