Skip to content

Commit 58b8868

Browse files
committedAug 16, 2023
Include enhancement label for generated updates
1 parent 6ad5c32 commit 58b8868

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/setup-clients.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
labels: |
2626
Automated PR
2727
automerge
28+
Enhancement ✨
2829
title: "[SetUp] Updated clients base"
2930
commit-message: |
3031
[SetUp] Updated clients base

‎etc/workflow-skeleton/generate-{{ path }}.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
Automated PR
5555
New Version
5656
automerge
57+
Enhancement ✨
5758
{{ path }}
5859
title: "[{{ path }}] Update to {{ "${{ steps.look-current-up-spec-version.outputs.result }}" }} (hash: {{ "${{ steps.spec-hash.outputs.current }}" }}) from {{ "${{ steps.look-previous-up-spec-version.outputs.result }}" }} (hash: {{ "${{ steps.spec-hash.outputs.previous }}" }})"
5960
body: |

0 commit comments

Comments
 (0)
Please sign in to comment.