Skip to content

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1561) #2230

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1561)

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1561) #2230

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}