feat(vars): added dynamic values for interactive prompts via sh#2648
feat(vars): added dynamic values for interactive prompts via sh#2648sashokbg wants to merge 1 commit intogo-task:mainfrom
Conversation
|
Hello @andreynering could you kindly take a look at the improvement proposed in this PR regarding the recently introduced interactive variables. Thank you and have a great day ! |
|
Hello @sashokbg, First of all, thank you for your PR. As you may have noticed, there are currently many PRs in progress, and the maintainer team has limited dedicated time to work on the project, either to work on new features or to review PRs. Pinging individual maintainers won’t make the process move faster; in fact, it can sometimes slow things down, especially for feature requests rather than bug fixes. We understand this feature may be important to you (and possibly to others as well), but we want to take the necessary time to ensure we’re making the right long-term decisions for Task. |
Related to #2647
Adds the possibility to specify "sh" script to dynamically feed values for interactive prompts on required variables.
Improves on top of #2579