Open pixeebot[bot] opened 7 months ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Thanks @pixeebot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
Description has been updated!
PR Details of @pixeebot[bot] in baidu-research-Soccernet-features : | OPEN | CLOSED | TOTAL |
---|---|---|---|
3 | 3 | 6 |
Check out the playback for this Pull Request here.
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
The changes in this pull request involve modifying the loading of a config file using the
yaml
module to useyaml.SafeLoader
instead ofyaml.Loader
. This change is made to enhance security by using a safer way to load YAML data.parse_config
function to useyaml.SafeLoader
instead ofyaml.Loader
in the following files:applications/BasketballAction/predict/action_detect/utils/config_utils.py
applications/FootballAction/predict/action_detect/utils/config_utils.py
applications/TableTennis/predict/action_detect/utils/config_utils.py
applications/VideoTag/utils/config_utils.py