In our file resources/nfdi4bioimage.yml we have a structure like this:
resources
- author: person A
- author: person B
We need a python script that attaches a new uuid version 4 to all records under resources, that does not have a uuid yet. After saving the yml file, it should send a pull-request to this repository using the functions provided in scripts/_github_utilities.py.
git-bob comment on how to achieve this
In our file resources/nfdi4bioimage.yml we have a structure like this:
We need a python script that attaches a new uuid version 4 to all records under
resources, that does not have a uuid yet. After saving the yml file, it should send a pull-request to this repository using the functions provided inscripts/_github_utilities.py.git-bob comment on how to achieve this