-
Notifications
You must be signed in to change notification settings - Fork 44
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
No way to reset cache to 'reset' Scala Steward #326
Comments
Will it help to add a "special" case that under some condition (like the presence of an environment variable) completely disables the cache? |
@alejandrohdezma Yea, it is indeed an edge case in case you want to rerun scala-steward from scratch ignoring manually closed PRs from the past. So an environment variable makes total sense to me. Extra context:
So step 5 is currently not possible as it keeps ignoring the previously opened PRs under my own name. |
Removing the cache does not imply that Scala Steward creates new PRs for updates whose PRs were previously closed. It queries the GitHub API for already existing PRs with the same branch name and won't open a new PR if it finds any: |
Mmm, so that would mean a change in scala-steward itself to make this possible since there is no flag atm to control this behavior? |
@fthomas does it make sense to have this added in |
Due to #316, its now not possible to clear the cache of the action.
Currently, I would like to reset Scala Steward to reopen manually closed PRs.
Im not sure what the middle ground is between #316 and this missing feature.
The text was updated successfully, but these errors were encountered: