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
When the user logged in alloy has no own repositories but only access to GH-org repositories the add repositories page keeps showing the red "you need to install alloy" banner.
to recreate:
create a GH user that has no repositories but access to repositories by an org.
log into alloy using this user.
go to + New Project
see the list of repositories in the org and the red "install alloy" banner
install alloy to the org
Result:
the banner remains
Expected:
alloy is now authorized.
Workaround:
create a single empty repo in the user and authorize alloy for the user too.
The text was updated successfully, but these errors were encountered:
@Licenser thanks for the report. you are correct, this happens because AlloyCI checks if the GitHub app has been installed on the user's account, and not on the orgs. This was the simplest approach to make sure the app is installed.
I will make sure future versions take this limitation into consideration, and that the expected behavior is achieved.
When the user logged in alloy has no own repositories but only access to GH-org repositories the add repositories page keeps showing the red "you need to install alloy" banner.
to recreate:
+ New Project
Result:
the banner remains
Expected:
alloy is now authorized.
Workaround:
create a single empty repo in the user and authorize alloy for the user too.
The text was updated successfully, but these errors were encountered: