Skip to content

Commit

Permalink
Add description details
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 5, 2023
1 parent bf1839c commit e43dbe5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
pull-requests: write
contents: write

env:
JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

jobs:
bump:
runs-on: ubuntu-latest
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/updatecli.d/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ scms:

actions:
elastic-agent-autodiscover:
title: '[updatecli] Bump Golang version to {{ source "latestGoVersion" }}'
kind: github/pullrequest
scmid: githubConfig
sourceid: latestGoVersion
Expand All @@ -23,7 +24,13 @@ actions:
labels:
- dependencies
- backport-skip
title: '[Automation] Bump Golang version to {{ source "latestGoVersion" }}'
description: |
### What
Bump go release version with the latest release.
### Further details
See [changelog](https://github.com/golang/go/issues?q=milestone%3AGo{{ source "latestGoVersion" }}+label%3ACherryPickApproved) for {{ source "latestGoVersion" }}
Generated automatically with {{ requiredEnv "JOB_URL" }}
sources:
minor:
Expand Down

0 comments on commit e43dbe5

Please sign in to comment.