Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.1 #265

build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.1

build(deps): bump k8s.io/apimachinery from 0.28.4 to 0.29.1 #265

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v5
with:
disable-releaser: github.ref != 'refs/heads/main'
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}