You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if we can adopt a PR submission workflow, where PR submitters can pick the nature of their PR. For example, if it is doc only, they say so during PR submission, which can assign a label and the CI system can then just use that label to run only doctests related CI.
It is not easy to do that, because most of the doc changes are actually in .jl files. Checking if only the manual changed would miss out the API docs changes that go into the .jl files.
I wonder if we can adopt a PR submission workflow, where PR submitters can pick the nature of their PR. For example, if it is doc only, they say so during PR submission, which can assign a label and the CI system can then just use that label to run only doctests related CI.
cc @DilumAluthge @staticfloat
The text was updated successfully, but these errors were encountered: