1. Added ort-sweeper workflow that triggers periodic (once a day) ORT runs for branches main and release-*
2. Fixed ORT invocation for glide-core/redis-rs by creating a virtual workspace
3. Updated license-generating script to prevent the creation of unapproved_package_list.txt file for unapproved/unknown licenses
4. Configured ORT checker workflow to run on each pull request without file filters, producing warnings if licenses need to be updated
5. TODO: Modify ORT checker to fail pull requests introducing unapproved/unknown licenses, deferred until unsupported licenses are removed to avoid blocking PRs
6. Added support to trigger the ORT checker manually with a specified target branch
Signed-off-by: ikolomi <[email protected]>