rebuild-all-reverse-dependencies job
Hi,
I'm using salsa-ci.yml and pipeline-jobs.yml for some JS packages.
Some of them (like rollup or node-babel7) are used to build JS package: modern JS is compiled and sometime bundled from ES6 to common JS.
Then I'd like to have a rebuild-all-reverse-dependencies
job. Is is possible to have a YAML file to do this ? Locally, I use test script from Ruby Team meta which can be used as an example.