diff --git a/src/centpkg/utils.py b/src/centpkg/utils.py
index 64cf59f..317b202 100644
--- a/src/centpkg/utils.py
+++ b/src/centpkg/utils.py
@@ -525,7 +525,7 @@ def determine_rhel_state(
 
     # Query the "package pages" API for the current active Y-stream release
     request_params = {
-        "phase__in": "{},{}".format(
+        "phase__in": "{},{},{}".format(
             pp_phase_devtestdoc, pp_phase_stabilization, pp_phase_maintenance
         ),
         "product__shortname": "rhel",