Skip to content

Commit

Permalink
Bump kubebuilder-release-tools to v0.3.0, start running it on cherry-…
Browse files Browse the repository at this point in the history
…pick PRs

Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Jan 11, 2023
1 parent 1cdd517 commit 2d7ecb2
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@v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2d7ecb2

Please sign in to comment.