Skip to content

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.3 to 1.7.4 #645

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.3 to 1.7.4

🌱 Bump sigs.k8s.io/cluster-api/test from 1.7.3 to 1.7.4 #645

Workflow file for this run

name: verify
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
checks: write # Allow access to checks to write check runs.
jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@v0.4.3
# Don't run this step on PRs created by the cherry-pick bot,
# as the PR description is too short, but otherwise the PRs are fine.
if: ${{ github.event.pull_request.head.repo.owner.login != 'k8s-infra-cherrypick-robot' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}