Skip to content

Commit d8dab9d

Browse files
authored
mergify/updatecli: delete branches and add changelog URL (#275)
1 parent 7971772 commit d8dab9d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ci/bump-golang.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: Bump golang-version to latest version
3+
pipelineid: 'bump-golang-version-{{ requiredEnv "BRANCH" }}'
34

45
scms:
56
githubConfig:
@@ -24,6 +25,8 @@ actions:
2425
- dependencies
2526
- backport-skip
2627
title: '[Automation] Bump Golang version to {{ source "latestGoVersion" }}'
28+
description: |
29+
See [changelog](https://github.com/golang/go/issues?q=milestone%3AGo{{ source "latestGoVersion" }}+label%3ACherryPickApproved) for {{ source "latestGoVersion" }}
2730
2831
sources:
2932
minor:

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pull_request_rules:
66
- closed
77
- and:
88
- label=automation
9-
- head~=^update-go-version
9+
- head~=^updatecli
1010
- files~=^Jenkinsfile$
1111
actions:
1212
delete_head_branch:

0 commit comments

Comments
 (0)