Skip to content

fix: training only when model loading from registry source (#159) #68

fix: training only when model loading from registry source (#159)

fix: training only when model loading from registry source (#159) #68

Workflow file for this run

name: Changelog
on:
push:
tags:
- v*
jobs:
generate_changelog:
if: github.repository == 'numaproj/numalogic-prometheus'
runs-on: ubuntu-latest
name: Generate changelog
steps:
- uses: actions/checkout@v2
with:
ref: main
fetch-depth: 0
- run: git fetch --prune --prune-tags
- run: git tag -l 'v*'
- run: ./.hack/changelog.sh > CHANGELOG.md
- uses: peter-evans/create-pull-request@v3
with:
title: 'docs: updated CHANGELOG.md'
commit-message: 'docs: updated CHANGELOG.md'
signoff: true