Add missing UUIDs to YAML file entries lacking them#889
Conversation
…L file and create a pull request via `_github_utilities`.
|
git-bob implement a main thingy that calls the function if I execute the script from the terminal. |
|
This message was generated by git-bob (version: 0.27.2, model: github_models:gpt-4o, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully. To address issue #888, a Python script
|
|
hi @haesleinhuepf thanks for looking into this. I think having the UUIDs in your upstream YAML is the perfect solution |
This message was generated by git-bob (version: 0.27.2, model: github_models:gpt-4o, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.
I implemented a Python script,
add_uuid_to_resources.py, to address issue #888. This script scans theresources/nfdi4bioimage.ymlfile for entries under theresourcessection that lack auuidfield. It generates and assigns UUID version 4 values to these entries. The script also interacts with the repository by creating a new branch, committing the updated YAML file, and sending a pull request using utility functions provided inscripts/_github_utilities.py.closes #888