diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index ea9280b75..13fbb791e 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -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 diff --git a/.github/workflows/updatecli.d/bump-golang.yml b/.github/workflows/updatecli.d/bump-golang.yml index 9dcc65145..a47255829 100644 --- a/.github/workflows/updatecli.d/bump-golang.yml +++ b/.github/workflows/updatecli.d/bump-golang.yml @@ -15,6 +15,7 @@ scms: actions: elastic-agent-autodiscover: + title: '[updatecli] Bump Golang version to {{ source "latestGoVersion" }}' kind: github/pullrequest scmid: githubConfig sourceid: latestGoVersion @@ -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: