You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
I'm using this action to implement "start a CircleCI build on a branch when a PR is opened" (similarly to this StackOverflow answer). I'd like this to work with my existing build without needing to add four parameters whose values I plan to completely ignore. Would it be possible to add a boolean flag that lets me say "don't send the parameters" so I don't have to edit my config.yml in every repo where I plan to use this? I'm happy to implement this myself if it would be expected.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I'm using this action to implement "start a CircleCI build on a branch when a PR is opened" (similarly to this StackOverflow answer). I'd like this to work with my existing build without needing to add four parameters whose values I plan to completely ignore. Would it be possible to add a boolean flag that lets me say "don't send the parameters" so I don't have to edit my config.yml in every repo where I plan to use this? I'm happy to implement this myself if it would be expected.
Sorta related to #5.
Describe the solution you'd like
A new action input like
include-gha-parameters
with a default oftrue
, where if you set it tofalse
the parameters are not included.Teachability, documentation, adoption, migration strategy
The input can be documented in the README.
What is the motivation / use case for changing the behavior?
I don't need these parameters and would like to be able to use this action without changing the CircleCI config in my repos.
The text was updated successfully, but these errors were encountered: