Skip to content

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#15) #7

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#15)

Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#15) #7

name: Release Drafter
on:
push:
branches:
- master
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: false
branch:
description: 'Target branch'
required: false
default: 'master'
permissions:
contents: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release_drafter.yml
disable-autolabeler: true
version: ${{ github.event.inputs.version }}
commitish: ${{ github.event.inputs.branch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}