Skip to content

🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 #68

🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1

🌱 Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 #68

Workflow file for this run

name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
permissions:
checks: write
jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- name: Verifier action
id: verifier
uses: kubernetes-sigs/kubebuilder-release-tools@e389278c2051863fb39b8de00159c8d7fac760ea # v0.4.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}