Skip to content

🐛 ( cherry-pick to backport to v3 ) - fix: preserve existing flags when applying metrics patch #3696

🐛 ( cherry-pick to backport to v3 ) - fix: preserve existing flags when applying metrics patch

🐛 ( cherry-pick to backport to v3 ) - fix: preserve existing flags when applying metrics patch #3696

Workflow file for this run

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