Skip to content

Commit 206a0a6

Browse files
chore: log + package stuff
1 parent 874bc06 commit 206a0a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bot/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"more-itertools>=10.5.0",
2020
"fluent-runtime>=0.4.0",
2121
"pyyaml>=6.0.2",
22+
"pylette>=4.0.0",
2223
]
2324

2425
[tool.rye]

bot/src/ghutils/core/bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _get_default_installation_app(self):
123123
return GitHub(self.env.gh.get_default_installation_auth())
124124

125125
def _load_language_colors(self) -> dict[str, Color]:
126+
logger.info("Loading repo language colors")
126127
langs: dict[str, dict[str, Any]] = yaml.load(
127128
load_resource("languages.yml"), Loader=yaml.CLoader
128129
)

0 commit comments

Comments
 (0)