Skip to content

Commit 29d104c

Browse files
dliappismergify[bot]
authored andcommitted
Add skip-changelog PR label for bump VM PRs (#8627)
This commit adds the `skip-changelog` GitHub label for PRs created by automation for Bump VM image PRs. Without it, the mandatory [fragment-in-pr](https://github.com/elastic/elastic-agent/blob/main/.github/workflows/fragment-in-pr.yml) check is failing thus preventing automerge. (cherry picked from commit 7a579fa) # Conflicts: # .ci/updatecli/updatecli-bump-vm-images.yml
1 parent ac24594 commit 29d104c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/updatecli/updatecli-bump-vm-images.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ actions:
2424
automerge: false
2525
labels:
2626
- dependencies
27+
<<<<<<< HEAD
2728
- backport-active-all
2829
title: '[Automation] Bump VM Image version to {{ source "latestVersion" }}'
30+
=======
31+
- backport-skip
32+
- skip-changelog
33+
title: '[{{ requiredEnv "BRANCH_NAME" }}][Automation] Bump VM Image version to {{ source "latestVersion" }}'
34+
>>>>>>> 7a579fab8 (Add skip-changelog PR label for bump VM PRs (#8627))
2935

3036
sources:
3137
latestVersion:

0 commit comments

Comments
 (0)