-
Notifications
You must be signed in to change notification settings - Fork 502
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
Add repo-specific signoff option #3432
Add repo-specific signoff option #3432
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank. That looks really good.
I as you didn't saw a simpler way than passing this like you did.
I have just a tiny suggestion for improving the config code
modules/core/src/main/scala/org/scalasteward/core/repoconfig/RepoConfig.scala
Outdated
Show resolved
Hide resolved
f0ebc54
to
26389bb
Compare
@mzuehlke Good call on that change! I amended my previous commit to include that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@mzuehlke Thanks! Just wondering how often the public instance is updated. That is, when should I expect to be able to use this with one of my repos currently updated by @scala-steward? |
In the past the public steward was always running the latest version. So it should already be live. |
@mzuehlke Great! I'll give it a shot :) |
@tgodzik am I right? |
IT fetches the latest image, so that should work depending on the steward schedule which I think runs twice a week. |
No description provided.