Skip to content

Also make sure source repo installation id is there for source code subs #4696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dkurepa
Copy link
Member

@dkurepa dkurepa commented Apr 17, 2025

#4426
I excluded non codeflow subscriptions from this PR because in theory they don't need the installation id, and we might be using Maestro somewhere that has this

$"No Maestro GitHub application installation found for repository '{subscription.SourceRepository}'. " +
"The Maestro github application must be installed by the repository's owner and given access to the repository."
]));
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to do what we did in 5e4e719 and just look up the registration during the subscription creation (and fail there if there indeed is no installation present).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we don't actually need this, I added it to my local when I was running the repro tool on my new devbox and didn't have any repos in there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants