Juan Cruz
Juan Cruz
### Describe the bug Tasks with taskReferenceName start cause the workflow to look strange when painted: ```json { "createTime": 1753342205564, "updateTime": 0, "name": "test", "description": "test", "version": 1, "tasks": [...
### Describe the bug If my workflow name contains permitted characters such as #, accessing its definition takes me to a path like this: `/workflowDef/first#second` This below searches for the...
To implement this, the following alternatives have been considered: - Create our own parser - Use isodate - Use pydantic We have opted to use pydantic because, as it is...
## Purpose With conventional commit, you can also reference issues with `Refs: #1234`. This does not seem to have been considered. ## Rationale Add that case to the regex as...
## Feature Request ### Description Add support for Forgejo ### Use cases People who have repositories in forgejo will be able to use this tool completely. ### Possible implementation Add...
### Description It seems that whether a field is required or not is analyzed incorrectly when it has annotations in a union. This is because, for example, the use of...