Open
Description
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.