mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add some helping comments for API endpoints
This commit is contained in:
parent
63db0f7bac
commit
396b504397
@ -45,16 +45,18 @@ WorkflowDescription = namedtuple(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
TRUSTED_WORKFLOW_IDS = {
|
# See https://api.github.com/orgs/{name}
|
||||||
14586616, # Cancel workflows, always trusted
|
|
||||||
}
|
|
||||||
|
|
||||||
TRUSTED_ORG_IDS = {
|
TRUSTED_ORG_IDS = {
|
||||||
7409213, # yandex
|
7409213, # yandex
|
||||||
28471076, # altinity
|
28471076, # altinity
|
||||||
54801242, # clickhouse
|
54801242, # clickhouse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# See {API_URL}/actions/workflows
|
||||||
|
TRUSTED_WORKFLOW_IDS = {
|
||||||
|
14586616, # Cancel workflows, always trusted
|
||||||
|
}
|
||||||
|
|
||||||
NEED_RERUN_WORKFLOWS = {
|
NEED_RERUN_WORKFLOWS = {
|
||||||
14738810, # DocsRelease
|
14738810, # DocsRelease
|
||||||
15834118, # Docs
|
15834118, # Docs
|
||||||
|
Loading…
Reference in New Issue
Block a user