Skip to content

Commit f16368d

Browse files
committed
Add "NO-JIRA:" prefix when bumping versions in CMO
The PRs created by `update-cmo-deps-versions.yaml` don't require a JIRA ticket because they only update the version labels on the resources managed by CMO. Signed-off-by: Simon Pasquier <[email protected]>
1 parent 55a2802 commit f16368d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cmo-deps-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: ./.github/workflows/cmo-make-targets.yaml
1212
with:
1313
make-targets: versions generate
14-
pr-title: "[bot] Synchronize versions of the downstream components"
14+
pr-title: "NO-JIRA: [bot] Synchronize versions of the downstream components"
1515
pr-body: |
1616
## Description
1717
This pull request updates `jsonnet/versions.yaml` to match with the **already in use** downstream versions of the monitoring components.

0 commit comments

Comments
 (0)