amoghrajesh commented on code in PR #38462:
URL: https://github.com/apache/airflow/pull/38462#discussion_r1537930458
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -1963,6 +1978,12 @@ class ProviderPRInfo(NamedTuple):
)
continue
prs = get_prs_for_package(provider_id)
+ if prs == [-1]:
Review Comment:
Actually you are right. A classic example of overengineering or KISS
principle in play!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]