Peder G. Landsverk
Peder G. Landsverk
To give you some context, I am currently using this file (`.aliases`) ``` pyyaml=yaml opentelemetry-instrumentation=opentelemetry opentelemetry-instrumentation-fastapi=opentelemetry opentelemetry-instrumentation-aiohttp-client=opentelemetry opentelemetry-distro[otlp]=opentelemetry opentelemetry-instrumentation=opentelemetry pydantic-settings=pydantic_settings azure-identity=azure pydantic[email]=pydantic ``` and this command when running check: `rye...
Oh cool, I wasn't aware of rye scripts. That's a good solution! I was thinking about whether the configuration for Polylith should be a part of the pyproject.toml at the...
Curious about this as well. What is needed?
It seems like this is not possible based on this documentation: https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28 The github_app data source is not very useful without allowing apps to access the /apps endpoint.
Any update on this?
Hey! Thanks, I tried with both a manually provided string and by referring to an id, and also by rewriting the id using replace. In all cases the ID was...