File tree 4 files changed +2
-74
lines changed
4 files changed +2
-74
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
- name : Bump golang version
2
+ name : bump- golang
3
3
4
4
on :
5
5
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name: OpenTelemetry Export Trace
4
4
on :
5
5
workflow_run :
6
6
workflows :
7
+ - bump-golang
7
8
- golangci-lint
8
9
- Elastic Agent workflow using Snyk
9
10
- macos
Original file line number Diff line number Diff line change @@ -54,37 +54,6 @@ pull_request_rules:
54
54
message : |
55
55
This pull request has been automatically closed by Mergify.
56
56
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 :
88
57
- name : delete upstream branch after merging changes on .go-version or it's closed
89
58
conditions :
90
59
- or :
You can’t perform that action at this time.
0 commit comments