We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874bc06 commit 206a0a6Copy full SHA for 206a0a6
bot/pyproject.toml
@@ -19,6 +19,7 @@ dependencies = [
19
"more-itertools>=10.5.0",
20
"fluent-runtime>=0.4.0",
21
"pyyaml>=6.0.2",
22
+ "pylette>=4.0.0",
23
]
24
25
[tool.rye]
bot/src/ghutils/core/bot.py
@@ -123,6 +123,7 @@ def _get_default_installation_app(self):
123
return GitHub(self.env.gh.get_default_installation_auth())
124
125
def _load_language_colors(self) -> dict[str, Color]:
126
+ logger.info("Loading repo language colors")
127
langs: dict[str, dict[str, Any]] = yaml.load(
128
load_resource("languages.yml"), Loader=yaml.CLoader
129
)
0 commit comments