We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/letsdiscodev/disco-daemon/blob/main/disco/endpoints/githubapps.py#L128
per @robsimmons's suggestion
The text was updated successfully, but these errors were encountered:
note that the max length of github app names is 34 chars, so we must truncate "Disco @(server) (random name)" to fit that length
Sorry, something went wrong.
Is the random name actually necessary? I was assuming it was there because the same app name would cause some kind of problem.
it's unfortunately necessary because the app name must be globally unique to github
https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app#registering-a-github-app
just following up, we'd like to move to
Disco (server) (some hex)
and truncate the server name. and not use random words, but a short hex string instead.
No branches or pull requests
https://github.com/letsdiscodev/disco-daemon/blob/main/disco/endpoints/githubapps.py#L128
per @robsimmons's suggestion
The text was updated successfully, but these errors were encountered: