Hey everyone,
Recently, we have introduced a new workflow to the repo. Instead of building the icons, this script will only take a screenshot of the icons after they are uploaded to icomoon.io. This "peek" script will help us decide whether to merge a PR into the repo.
However, since we now have this script, the current build script's trigger is weird. If we continue using the current build script, the PR that we are using it on might not have the icons that we merged from another PR.
To solve this, I am asking everyone for thoughts on how to run the build script. Some possible solutions that I thought of are:
- Trigger the build script manually on the GitHub website. This gives us more flexibility for when to build the icons. However, it needs some extra work (very minimal though).
- Trigger using a cron expression/schedule. This would run the script at a certain time interval, which means that we don't have to worry about it in the future. However, it is not very flexible.
What do you guys think?
Hey everyone,
Recently, we have introduced a new workflow to the repo. Instead of building the icons, this script will only take a screenshot of the icons after they are uploaded to icomoon.io. This "peek" script will help us decide whether to merge a PR into the repo.
However, since we now have this script, the current build script's trigger is weird. If we continue using the current build script, the PR that we are using it on might not have the icons that we merged from another PR.
To solve this, I am asking everyone for thoughts on how to run the build script. Some possible solutions that I thought of are:
What do you guys think?