Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/acm-konflux-update-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Konflux PRs in Downstream Repos
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' #@weekly
- cron: '0 0 */14 * *' # every 14 days (biweekly)
pull_request:
paths:
- '.github/workflows/acm-konflux-update-pr.yaml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions-ci-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: "true"
fail_level: "any"
# Disable shellcheck tool because it's too nit-picky with inlined Bash commands.
actionlint_flags: '-shellcheck=""'
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
upstream: prometheus/alertmanager
downstream: stolostron/prometheus-alertmanager
sandbox: rhobs/acm-prometheus-alertmanager
go-version: "1.23"
go-version: "1.25"
restore-upstream: >-
CHANGELOG.md
VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
downstream-branch:
description: Downstream branch to create PR
required: false
default: release-2.15
default: release-2.17
type: string
sandbox:
description: Sandbox repo path in owner/repo format. Used as a base to create PR against downstream.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: grafana/grafana
downstream: stolostron/grafana
sandbox: rhobs/acm-grafana
go-version: "1.24"
go-version: "1.25"
node-version: "22"
go-mod-tidy: false
restore-downstream: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-kube-state-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
upstream: kubernetes/kube-state-metrics
downstream: stolostron/kube-state-metrics
sandbox: rhobs/acm-kube-state-metrics
go-version: "1.24"
go-version: "1.25"
restore-upstream: >-
CHANGELOG.md
restore-downstream: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-memcached-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: prometheus/memcached_exporter
downstream: stolostron/memcached_exporter
sandbox: rhobs/acm-memcached_exporter
go-version: "1.24"
go-version: "1.25"
restore-downstream: >-
OWNERS
restore-upstream: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-node-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: prometheus/node_exporter
downstream: stolostron/node-exporter
sandbox: rhobs/acm-node-exporter
go-version: "1.24"
go-version: "1.25"
restore-downstream: >-
OWNERS
restore-upstream: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: prometheus-operator/prometheus-operator
downstream: stolostron/prometheus-operator
sandbox: rhobs/acm-prometheus-operator
go-version: "1.24"
go-version: "1.25"
restore-upstream: >-
CHANGELOG.md
Documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: prometheus/prometheus
downstream: stolostron/prometheus
sandbox: rhobs/acm-prometheus
go-version: "1.24"
go-version: "1.25"
restore-downstream: >-
plugins.yml
plugins
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-acm-thanos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
upstream: thanos-io/thanos
downstream: stolostron/thanos
sandbox: rhobs/acm-thanos
go-version: "1.24"
go-version: "1.25"
restore-downstream: >-
OWNERS
restore-upstream: >-
Expand Down