Skip to content

Commit c097697

Browse files
authored
automation: remove bump snapshots (#2250)
1 parent 70ebb9b commit c097697

File tree

4 files changed

+2
-74
lines changed

4 files changed

+2
-74
lines changed

.ci/bump-stack-version.sh

-42
This file was deleted.

.github/workflows/bump-golang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bump golang version
2+
name: bump-golang
33

44
on:
55
workflow_dispatch:

.github/workflows/opentelemetry.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: OpenTelemetry Export Trace
44
on:
55
workflow_run:
66
workflows:
7+
- bump-golang
78
- golangci-lint
89
- Elastic Agent workflow using Snyk
910
- macos

.mergify.yml

-31
Original file line numberDiff line numberDiff line change
@@ -54,37 +54,6 @@ pull_request_rules:
5454
message: |
5555
This pull request has been automatically closed by Mergify.
5656
There are some other up-to-date pull requests.
57-
- name: automatic approval for automated pull requests with bump updates
58-
conditions:
59-
- author=apmmachine
60-
- check-success=fleet-ci/pr-merge
61-
- label=automation
62-
- files~=^testing/environments/snapshot.*\.yml$
63-
actions:
64-
review:
65-
type: APPROVE
66-
message: Automatically approving mergify
67-
- name: automatic squash and merge with success checks and the files matching the regex ^testing/environments/snapshot* are modified.
68-
conditions:
69-
- check-success=fleet-ci/pr-merge
70-
- label=automation
71-
- files~=^testing/environments/snapshot.*\.yml$
72-
- "#approved-reviews-by>=1"
73-
actions:
74-
queue:
75-
method: squash
76-
name: default
77-
- name: delete upstream branch after merging changes on testing/environments/snapshot* or it's closed
78-
conditions:
79-
- or:
80-
- merged
81-
- closed
82-
- and:
83-
- label=automation
84-
- head~=^update-stack-version
85-
- files~=^testing/environments/snapshot.*\.yml$
86-
actions:
87-
delete_head_branch:
8857
- name: delete upstream branch after merging changes on .go-version or it's closed
8958
conditions:
9059
- or:

0 commit comments

Comments
 (0)