We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f541501 commit dc61206Copy full SHA for dc61206
1 file changed
scripts/reviewer_bot.py
@@ -77,7 +77,11 @@
77
import scripts.reviewer_bot_lib.reviews as reviews_module
78
import scripts.reviewer_bot_lib.state_store as state_store_module
79
from scripts.reviewer_bot_lib import app as app_module
80
-from scripts.reviewer_bot_lib.config import ( # noqa: F401
+
81
+# Exported runtime config surface used by extracted modules and tests.
82
+# Exported runtime types used by extracted modules and tests.
83
+# Internal-only config consumed directly by the entrypoint adapter.
84
+from scripts.reviewer_bot_lib.config import ( # noqa: F401 # noqa: F401
85
AUTHOR_ASSOCIATION_TRUST_ALLOWLIST,
86
BOT_MENTION,
87
BOT_NAME,
0 commit comments