Skip to content

🌱 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 #108

🌱 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0

🌱 Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 #108

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 }}