Skip to content

Commit

Permalink
Explicitly set title
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed May 23, 2024
1 parent 92890fb commit 6e58642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pipelineid: 'bump-elastic-stack-default-version'

actions:
default:
title: '[updatecli] Update default stack version to {{ source "latest8xVersion" }}'
kind: github/pullrequest
scmid: default
spec:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/updatecli.d/bump-latest-7x-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pipelineid: 'bump-elastic-stack-7x-version'

actions:
default:
title: '[updatecli] Update 7.x snapshot to {{ source "latest7xSnapshot" }}'
kind: github/pullrequest
scmid: default
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pipelineid: 'bump-latest-elastic-stack-version'

actions:
default:
title: '[updatecli] Update latest snapshot to {{ source "latestSnapshot" }}'
kind: github/pullrequest
scmid: default
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pipelineid: 'bump-package-registry-version'

actions:
default:
title: '[updatecli] Update Package Registry base image to {{ source "latestRegistryVersion" }}'
kind: github/pullrequest
scmid: default
spec:
Expand Down

0 comments on commit 6e58642

Please sign in to comment.