Description
Support Question
@yinan-symphony can you help make a modification to the CVE Scan GitHub Action so that GitHub will recognise you as the scan owner? I am still getting failure notifications because I was the last editor of that file. Strange way that GitHub implements notification owners.
https://github.com/finos/symphony-wdk/blob/master/.github/workflows/cve-scanning-gradle.yml#L5
Notifications for scheduled workflows are sent to the user who initially created the workflow. If a different user updates the cron syntax in the workflow file, subsequent notifications will be sent to that user instead. If a scheduled workflow is disabled and then re-enabled, notifications will be sent to the user who re-enabled the workflow rather than the user who last modified the cron syntax.