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
The repositoryName field is incorrectly appending the team name to the chosen repo name, i.e. my-team-my-repo instead of my-repo. This field will longer be saved to the db, so we need to not only fix this improper formatting, but also adjust the code accordingly, like extract the value from the repositoryFullName where needed.
The text was updated successfully, but these errors were encountered:
The
repositoryName
field is incorrectly appending the team name to the chosen repo name, i.e.my-team-my-repo
instead ofmy-repo
. This field will longer be saved to the db, so we need to not only fix this improper formatting, but also adjust the code accordingly, like extract the value from therepositoryFullName
where needed.The text was updated successfully, but these errors were encountered: