-
Notifications
You must be signed in to change notification settings - Fork 501
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
Use GitHub to install Scala steward in a repo #102
Comments
I just tried creating a GitHub App but this is not possible without a webhook URL. :-/ |
What's stopping you from having one? |
It is mostly a lack of time for figuring out how to write a GH app. |
Hi @fthomas , Do you want to re-open this ticket or should I create a new one ? Btw: thanks for this great piece of software. |
Any more advances into this @mzuehlke you can share? That would be greatly appreciated. I am I guess in the same boat as our organisation is removing all bot accounts so we need to move to a github app |
I'm wondering if the GitHub Action (https://github.com/scala-steward-org/scala-steward-action) would be a viable alternative to a GitHub App? Probably not since the action also requires a bot (or user) account. |
Please reopen this issue 🙏 I have created pull request. see #1766
I think we don't need webhook if use this list-repositories api in each scala-steward execution. |
You can do this yourself with https://github.com/armanbilge/diy-steward |
... instead of adding it to
repos.md
. I guess this requires making some kind of GitHub app for Scala steward. The only thing I'd need from GitHub would be a list of repos that have Scala steward "installed".The text was updated successfully, but these errors were encountered: