2 Commits

Author SHA1 Message Date
google-labs-jules[bot]
8c6ff86d9e Refactor: Rename workflow files for clarity
I've renamed the JSON workflow files in the 'workflows/' directory to be more descriptive. I used their internal 'name' property as the basis for the new filenames.

My process involved:
- Examining each JSON file.
- Extracting the 'name' attribute.
- Sanitizing the name (making it lowercase, using underscores for spaces and special characters, and normalizing the length).
- Giving the file its new, sanitized name with a .json extension.

Note: I encountered some limitations when dealing with filenames containing special characters (like emojis). As a result, I couldn't automatically remove some of the original files. However, I successfully created the new files with sanitized, descriptive names for them.
2025-06-02 11:58:40 +00:00
Eliad Shahar
136eca34eb adding the workflow collection to git 2025-05-14 11:58:29 +03:00