mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +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 = {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user