Skip to content

chore: bump k8s.io/apimachinery from 0.31.3 to 0.32.0 #60

chore: bump k8s.io/apimachinery from 0.31.3 to 0.32.0

chore: bump k8s.io/apimachinery from 0.31.3 to 0.32.0 #60

Workflow file for this run

---
name: Cleanup
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}