-
Notifications
You must be signed in to change notification settings - Fork 0
SC action: add input to select SC branch #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would that mean we can trigger 2 set of binaries?
@@ -13,6 +13,10 @@ inputs: | |||
description: 'Select a specific branch for flucoma-core' | |||
required: false | |||
default: 'main' | |||
sc_branch: | |||
description: 'Select an SC branch to use' | |||
requireed: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here? required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -13,6 +13,10 @@ inputs: | |||
description: 'Select a specific branch for flucoma-core' | |||
required: false | |||
default: 'main' | |||
sc_branch: | |||
description: 'Select an SC branch to use' | |||
requireed: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, typo
Because of changes to SC in relation to our code crimes, we will need to be selective about which SC branch(es) we're releasing against, rather than just tugging on
main
. Furthermore, we might want to support dual releases during 3.13 to 3.14 transition (and again for 3.15).