Add some helping comments for API endpoints

This commit is contained in:
Mikhail f. Shiryaev 2022-01-17 11:06:40 +01:00
parent 63db0f7bac
commit 396b504397
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -45,16 +45,18 @@ WorkflowDescription = namedtuple(
],
)
TRUSTED_WORKFLOW_IDS = {
14586616, # Cancel workflows, always trusted
}
# See https://api.github.com/orgs/{name}
TRUSTED_ORG_IDS = {
7409213, # yandex
28471076, # altinity
54801242, # clickhouse
}
# See {API_URL}/actions/workflows
TRUSTED_WORKFLOW_IDS = {
14586616, # Cancel workflows, always trusted
}
NEED_RERUN_WORKFLOWS = {
14738810, # DocsRelease
15834118, # Docs