Please change the JSON file to adopt this feature.
You did not complete this comment from the last review in this updated submission.
The JSON file does not need to change since there are no mulitple events.
If we want to add multiple events, it should not be included in this PR
> > Please change the JSON file to adopt this feature.
>
> You did not complete this comment from the last review in this updated submission.
The JSON file does not need to change since there are no mulitple events.
If we want to add multiple events, it should not be included in this PR
lifeadventurer
(Migrated from github.com)
approved these changes 2025-03-06 06:22:56 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Please change the JSON file to adopt this feature.
@@ -277,6 +277,12 @@ def check_static_date(event: dict, idx: int):idx, trigger_date["date"], 1, DAYSPERMONTH[month], "triggerDate.date"Extra quotation marks (") around the f-string are redundant and unnecessary.
@@ -309,6 +315,12 @@ def check_cyclical_date(event: dict, idx: int):validate_number(idx, trigger_date["week"], 1, 5, "triggerDate.week")Extra quotation marks (") around the f-string are redundant and unnecessary.
@@ -357,11 +369,11 @@ def check_custom_date(event: dict, idx: int):if date is None:Extra quotation marks (
") around the f-string are redundant and unnecessary.You did not complete this comment from the last review in this updated submission.
The JSON file does not need to change since there are no mulitple events.
If we want to add multiple events, it should not be included in this PR