dave2wave commented on code in PR #1165:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1165#discussion_r3080854248


##########
atr/api/__init__.py:
##########
@@ -827,6 +830,54 @@ async def projects_list(
     ).model_dump(mode="json"), 200
 
 
[email protected]
+@quart_schema.validate_response(models.api.CiStagingListResults, 200)
+async def projects_ci_staging(
+    _projects_ci_staging: Literal["projects/ci-staging"],
+) -> DictResponse:
+    """
+    URL: GET /projects/ci-staging
+
+    List PMCs approved for CI staging.
+
+    Returns projects that have a GitHub repository configured in their
+    release policy, and committee keys that have evidence of automated
+    CI usage (signing keys with automated UIDs). Consumers can join
+    on project.committee_key to determine which projects have both
+    configuration and evidence.

Review Comment:
   Consumers are the public and they won't be able to join our internal 
database. We should discuss this api more with the team



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to