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
In many parts of the code we usually get the slug by concatenating repo.owner and repo.name. A function that receive a %Repo{} object and returns the proper slug would be very useful.
In many parts of the code we usually get the slug by concatenating
repo.ownerandrepo.name. A function that receive a%Repo{}object and returns the proper slug would be very useful.