2021-01-03 14:25:43 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2023-05-27 22:25:52 +05:30
|
|
|
return if stable_branch.valid_stable_branch?
|
|
|
|
|
2022-06-21 17:19:12 +05:30
|
|
|
product_intelligence.check!
|
2023-03-04 22:38:38 +05:30
|
|
|
|
|
|
|
product_intelligence.check_affected_scopes!
|
2023-04-23 21:23:45 +05:30
|
|
|
|
|
|
|
product_intelligence.check_usage_data_insertions!
|