Skip to content

Commit

Permalink
Merge pull request #7908 from sbueringer/pr-bump-kubebuilder-release-…
Browse files Browse the repository at this point in the history
…tools

🌱 Bump kubebuilder-release-tools to v0.3.0, start running it on cherry-pick PRs
  • Loading branch information
k8s-ci-robot authored Jan 11, 2023
2 parents e6a6218 + bd9d66f commit ccba46e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@v0.2.0
# 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' }}
uses: kubernetes-sigs/kubebuilder-release-tools@e90dee822876042e99b7584f99a9cc9f9d74ed17 # tag=v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccba46e

Please sign in to comment.