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

Fix PodDisruptionBudget apiVersion in demo #90

Fix PodDisruptionBudget apiVersion in demo

Fix PodDisruptionBudget apiVersion in demo #90

Workflow file for this run

name: 📝 Changelog management
on:
push:
branches:
- main
jobs:
update_release_draft:
name: 📥 Update next release draft
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}