Skip to content

Commit 8a3cb56

Browse files
committed
test
1 parent a284548 commit 8a3cb56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
sandbox-branch-prefix:
3737
description: XXX
3838
required: false
39-
default: automated-updates
39+
default: 'automated-updates'
4040
type: string
4141
restore-upstream:
4242
description: List of files to be reset using upstream content on merge conflict.

.github/workflows/merge-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
sandbox-branch-prefix:
1313
description: XXX
1414
required: false
15-
default: automated-updates
15+
default: 'automated-updates'
1616
type: string
1717
pr-labels:
1818
description: XXX

.github/workflows/test-rc-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/workflows/merge-prometheus.yaml
2020
with:
2121
upstream-version-regex: '^v\d+\.\d+\.\d+-rc\.\d+$'
22-
sandbox-branch-prefix: automated-rc-test
22+
sandbox-branch-prefix: automated-rc-tests
2323
# The PRs are only meant to run tests
2424
pr-labels: 'do-not-merge/hold'
2525
pr-title-prefix: 'FOR TESTS ONLY:'

0 commit comments

Comments
 (0)