Skip to content

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24 (#133) #219

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24 (#133)

Bump github.com/onmetal/ipam from 0.0.23 to 0.0.24 (#133) #219

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: self-hosted
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- 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 }}