Cristian Le
Cristian Le
> One idea is to create a separate composite job for GitHub Actions that can be used as an example for others. Composite action or reusable workflow? The latter addresses...
Sorry, I was intending to write up an example workflow, which would describe the issue more clearly. This is not about a CI workflow, but a CD workflow, i.e. how...
I understand, that's why I was showing the 2 workflows to also give the user ideas of how to adapt from 1 to another. The release workflow there is to...
I have a new reference more similar with`on.workflow_dispatch`. See [`changeset/action`](https://github.com/changesets/action) ([example](https://github.com/jupyter-book/mystmd/pull/1412) where it creates an "immortal PR" that is rebased for every push to `main` recreating the final `CHANGELOG.md` such...
The comment on the `on.workflow_dispatch` is a bit of a red-herring in this discussion. Please check the links of the working `example` I posted there. The workflow is as follows:...
Hi @jiverson002, I plan to address these again in a form like https://github.com/KarypisLab/METIS/pull/79. I plan to do more structural changes first to make the projects importable one in another. Could...
A suggestion, why not invert the generator to have `rst` be generated from `json-schema` (with [`sphinx-jsonschema`](https://sphinx-jsonschema.readthedocs.io/en/latest/schemakeywords.html#allows-commercial-calls)). Reasoning is that the json schema can be much more powerful, e.g. checking sem-version,...
> The major reason is that reST is significantly more friendly to edit than a JSON schema. A few pointers: - JSON schema does not have to be written in...
> @LecrisUT, let's consider an example: There are 2 options, either use `$$description` which is specific to `sphinx-jsonschema` ```yaml #schema.json definitions: clr_vendor: type: string description: ...fill short description for ide......
> The current system is easy to edit/maintain and is generally expressive enough I want to challenge this claim. The issue is that the generation goes from rst to json-schema...