From e43dbe5cd9ce137e71f815fbd8fc02fb4bc29235 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 5 Nov 2023 19:41:20 +0100 Subject: [PATCH] Add description details --- .github/workflows/bump-golang.yml | 3 +++ .github/workflows/updatecli.d/bump-golang.yml | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index ea9280b754..13fbb791e1 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 9dcc651457..a472558296 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: