Skip to content

Commit 376dac2

Browse files
committed
Convert base-branch to choice dropdown for 8.x support
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent 72b03c5 commit 376dac2

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/prepare_release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
required: true
99
type: string
1010
base-branch:
11-
description: 'The branch that will be used as the origin for the release branch.'
12-
required: false
13-
default: ''
14-
type: string
11+
description: 'The branch to release from.'
12+
type: choice
13+
options:
14+
- main
15+
- '8.x'
16+
default: 'main'
1517

1618
permissions: {}
1719

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
required: true
99
type: string
1010
base-branch:
11-
description: 'The branch where we do this release.'
12-
required: false
13-
default: ''
14-
type: string
11+
description: 'The branch to release from.'
12+
type: choice
13+
options:
14+
- main
15+
- '8.x'
16+
default: 'main'
1517

1618
permissions: {}
1719

0 commit comments

Comments
 (0)