|
|
@ -32,12 +32,24 @@ on:
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
|
|
|
|
skip_cherry_pick:
|
|
|
|
|
|
|
|
description: |
|
|
|
|
|
|
|
|
Skip automatic cherry-pick for regular RC1 releases? USE WITH CAUTION!
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
|
|
|
|
default: false
|
|
|
|
force_cherry_pick:
|
|
|
|
force_cherry_pick:
|
|
|
|
description: |
|
|
|
|
description: |
|
|
|
|
Force cherry-pick for non-RC1 releases? USE WITH CAUTION!
|
|
|
|
Force cherry-pick for non-RC1 releases? USE WITH CAUTION!
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
|
|
|
|
skip_test_builds:
|
|
|
|
|
|
|
|
description: |
|
|
|
|
|
|
|
|
Skip test builds? USE WITH CAUTION!
|
|
|
|
|
|
|
|
required: true
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
|
|
|
|
default: false
|
|
|
|
push_release_branches:
|
|
|
|
push_release_branches:
|
|
|
|
description: |
|
|
|
|
description: |
|
|
|
|
Push release branches live?
|
|
|
|
Push release branches live?
|
|
|
@ -71,7 +83,9 @@ jobs:
|
|
|
|
is_security: ${{inputs.is_security}}
|
|
|
|
is_security: ${{inputs.is_security}}
|
|
|
|
advisories: ${{inputs.advisories}}
|
|
|
|
advisories: ${{inputs.advisories}}
|
|
|
|
is_hotfix: ${{inputs.is_hotfix}}
|
|
|
|
is_hotfix: ${{inputs.is_hotfix}}
|
|
|
|
|
|
|
|
skip_cherry_pick: ${{inputs.skip_cherry_pick}}
|
|
|
|
force_cherry_pick: ${{inputs.force_cherry_pick}}
|
|
|
|
force_cherry_pick: ${{inputs.force_cherry_pick}}
|
|
|
|
|
|
|
|
skip_test_builds: ${{inputs.skip_test_builds}}
|
|
|
|
push_release_branches: ${{inputs.push_release_branches}}
|
|
|
|
push_release_branches: ${{inputs.push_release_branches}}
|
|
|
|
create_github_release: ${{inputs.create_github_release}}
|
|
|
|
create_github_release: ${{inputs.create_github_release}}
|
|
|
|
push_tarballs: ${{inputs.push_tarballs}}
|
|
|
|
push_tarballs: ${{inputs.push_tarballs}}
|
|
|
|