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
One approach to resolve this TODO is to use global variables or a shared context object to pass variables without explicitly passing them between workflows and actions. Another option is to refactor the code to use dependency injection, allowing the variables to be passed through constructor parameters or method arguments.
The text was updated successfully, but these errors were encountered:
TODO implement this so that we can pass variables through without explicitly passing them from/to every workflow and action
AutoPR/autopr/models/config/elements.py
Lines 41 to 52 in 1d818f4
One approach to resolve this TODO is to use global variables or a shared context object to pass variables without explicitly passing them between workflows and actions. Another option is to refactor the code to use dependency injection, allowing the variables to be passed through constructor parameters or method arguments.
The text was updated successfully, but these errors were encountered: