|
Hi, I have set up the Scala Steward Github action in one repository. However, it is not generating new PRs. But again it shows the message that they are being ignored: I am not sure what this means. I still have the Scala-Steward PRs generated from the scala-steward public job (where this repo is added to the markdown file). Could someone help me to understand what is going wrong here? Here is the repo if someone is interested to see the full logs. Thanks in advance |
Replies: 2 comments
|
In your The logfile snippet you show above mentions that you have to wait 1 more day: Or alter the configuration. |
|
Thank you so much for the answer. I think last time it didn't create PRs due to the same PRs generated by public instance of scala-steward. I manually ran GHA and it created the PRs since 20 days period crossed. Thanks again! |
In your
.scala-steward.confyou have set the pull request frequency to 20 days.See: https://github.com/Baeldung/scala-tutorials/blob/master/.scala-steward.conf#L28
The logfile snippet you show above mentions that you have to wait 1 more day:
Or alter the configuration.