What's the purpose of the workspace? #2817
Answered
by
fthomas
alexklibisz
asked this question in
Q&A
-
Scala-steward seems to run fine without it. Maybe it's just an optimization to minimize API calls? |
Beta Was this translation helpful? Give feedback.
Answered by
fthomas
Dec 13, 2022
Replies: 1 comment 1 reply
-
It is more than an optimization. Some features do not work if it is not persisted between runs. For example, closing obsolete PRs and the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexklibisz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is more than an optimization. Some features do not work if it is not persisted between runs. For example, closing obsolete PRs and the
pullRequests.frequency
features do not work without a workspace. See also https://github.com/scala-steward-org/scala-steward/blob/main/modules/docs/mdoc/running.md#workspace.