CI: Remove no-changelog flag from backports (#70216)

This finalizes https://github.com/grafana/grafana-github-actions/pull/148
This commit is contained in:
Horst Gutmann 2023-06-16 07:32:56 +02:00 committed by GitHub
parent 7d4f7e5ffc
commit 21fd7c5c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,5 +22,5 @@ jobs:
with:
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
labelsToAdd: "backport,no-changelog"
labelsToAdd: "backport"
title: "[{{base}}] {{originalTitle}}"