You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the make comment for staged-recipes linter workflow breaks when the head repository has been renamed.
In my case, I renamed my fork from freundTech/staged-recipes to freundTech/conda-forge-staged-recipes, but other users have also done so.
Here is an example of a failing workflow run.
The problem seems to be that the python script always assumes the head repo to be {args.head_repo_owner}/staged-recipes in line 44.
@conda-forge/staged-recipes
The text was updated successfully, but these errors were encountered:
Bug:
I just noticed that the
make comment for staged-recipes linter
workflow breaks when the head repository has been renamed.In my case, I renamed my fork from
freundTech/staged-recipes
tofreundTech/conda-forge-staged-recipes
, but other users have also done so.Here is an example of a failing workflow run.
The problem seems to be that the python script always assumes the head repo to be
{args.head_repo_owner}/staged-recipes
in line 44.@conda-forge/staged-recipes
The text was updated successfully, but these errors were encountered: