Skip to content

Update module github.com/prometheus/client_golang to v1.20.4 #1138

Update module github.com/prometheus/client_golang to v1.20.4

Update module github.com/prometheus/client_golang to v1.20.4 #1138

name: Release Drafter
on:
push:
branches:
- main
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-18.04
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}