You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have a process to add a list of our scripts in the README.md automatically on merge on the main branch.
Expected Changes
Create a new script and add it to ScriptsConfiguration
This script needs to have the capability to read the ScriptsConfiguration and get two kinds of scripts from there (INTERNAL and NOT INTERNAL) using a flag, and write them in our README.md
Format the message in our READM.md to be readable
We should remove the image that describes our scripts from README.md
Motivation
We want to have a process to add a list of our scripts in the README.md automatically on merge on the main branch.
Expected Changes