You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO this depends on the filename of the event json, which is not ideal
if"cron"inevent:
event_name="schedule"
elif"push"inevent:
event_name="push"
else:
When resolving this TODO, consider finding a more robust and flexible way to handle the dependency on the filename of the event JSON. Look for alternative ways to identify or retrieve the necessary information, such as using metadata or other attributes associated with the event.
The text was updated successfully, but these errors were encountered:
TODO this depends on the filename of the event json, which is not ideal
AutoPR/autopr/tests/utils.py
Lines 140 to 150 in 1d818f4
When resolving this TODO, consider finding a more robust and flexible way to handle the dependency on the filename of the event JSON. Look for alternative ways to identify or retrieve the necessary information, such as using metadata or other attributes associated with the event.
The text was updated successfully, but these errors were encountered: