Skip to content

Commit dd5afbd

Browse files
committed
fix merge conflicts
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
1 parent d990f6b commit dd5afbd

9 files changed

+2
-10
lines changed

.github/workflows/merge-acm-alertmanager.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
upstream: prometheus/alertmanager
2121
downstream: stolostron/prometheus-alertmanager
2222
sandbox: rhobs/acm-prometheus-alertmanager
23-
go-version: "1.25"
2423
restore-upstream: >-
2524
CHANGELOG.md
2625
VERSION

.github/workflows/merge-acm-flow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Resolve conflict due to deleted downstream files
167167
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' }}
168168
run: |
169-
git status --porcelain | awk '{ if ($1=="DU") print $2 }' | xargs -I {} git rm {}
169+
git status --porcelain | awk '{ if ($1=="UD" || $1=="DU" || $1=="UU" || $1=="U") print $2 }' | xargs -I {} git rm {}
170170
- name: Continue after merge conflict
171171
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' }}
172172
run: git merge --continue
@@ -191,7 +191,7 @@ jobs:
191191
git diff --cached --exit-code || git commit -s -m "[bot] add VERSION file with ${version_from_tag}"
192192
- uses: actions/setup-go@v5
193193
with:
194-
go-version: ${{ inputs.go-version }}
194+
go-version-file: go.mod
195195
- uses: actions/setup-node@v4
196196
with:
197197
node-version: ${{ inputs.node-version }}

.github/workflows/merge-acm-grafana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: grafana/grafana
2020
downstream: stolostron/grafana
2121
sandbox: rhobs/acm-grafana
22-
go-version: "1.25"
2322
node-version: "22"
2423
go-mod-tidy: false
2524
restore-downstream: >-

.github/workflows/merge-acm-kube-state-metrics.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
upstream: kubernetes/kube-state-metrics
2121
downstream: stolostron/kube-state-metrics
2222
sandbox: rhobs/acm-kube-state-metrics
23-
go-version: "1.25"
2423
restore-upstream: >-
2524
CHANGELOG.md
2625
restore-downstream: >-

.github/workflows/merge-acm-memcached-exporter.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: prometheus/memcached_exporter
2020
downstream: stolostron/memcached_exporter
2121
sandbox: rhobs/acm-memcached_exporter
22-
go-version: "1.25"
2322
restore-downstream: >-
2423
OWNERS
2524
restore-upstream: >-

.github/workflows/merge-acm-node-exporter.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: prometheus/node_exporter
2020
downstream: stolostron/node-exporter
2121
sandbox: rhobs/acm-node-exporter
22-
go-version: "1.25"
2322
restore-downstream: >-
2423
OWNERS
2524
restore-upstream: >-

.github/workflows/merge-acm-prometheus-operator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: prometheus-operator/prometheus-operator
2020
downstream: stolostron/prometheus-operator
2121
sandbox: rhobs/acm-prometheus-operator
22-
go-version: "1.25"
2322
restore-upstream: >-
2423
CHANGELOG.md
2524
Documentation

.github/workflows/merge-acm-prometheus.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: prometheus/prometheus
2020
downstream: stolostron/prometheus
2121
sandbox: rhobs/acm-prometheus
22-
go-version: "1.25"
2322
restore-downstream: >-
2423
plugins.yml
2524
plugins

.github/workflows/merge-acm-thanos.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
upstream: thanos-io/thanos
2020
downstream: stolostron/thanos
2121
sandbox: rhobs/acm-thanos
22-
go-version: "1.25"
2322
restore-downstream: >-
2423
OWNERS
2524
restore-upstream: >-

0 commit comments

Comments
 (0)