Skip to content

🌱 Bump golang.org/x/text from 0.11.0 to 0.12.0 #30

🌱 Bump golang.org/x/text from 0.11.0 to 0.12.0

🌱 Bump golang.org/x/text from 0.11.0 to 0.12.0 #30

Workflow file for this run

name: PR 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@4f3d1085b4458a49ed86918b4b55505716715b77 # tag=v0.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}