1
0
mirror of synced 2026-01-02 12:04:38 -05:00

Merge pull request #33634 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-06-21 11:57:45 -07:00
committed by GitHub
10 changed files with 365 additions and 3 deletions

View File

@@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
"sha": "f7ddcdd2bb3905c0117ec1617f468655c087e58a"
}

View File

@@ -47,5 +47,5 @@
]
}
},
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
"sha": "f7ddcdd2bb3905c0117ec1617f468655c087e58a"
}

View File

@@ -261,6 +261,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",
@@ -530,6 +546,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",
@@ -753,6 +785,68 @@
}
]
},
{
"type": "object",
"name": "lock_branch_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "lock_allows_fork_sync",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",
@@ -908,6 +1002,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",

View File

@@ -261,6 +261,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",
@@ -530,6 +546,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",
@@ -753,6 +785,68 @@
}
]
},
{
"type": "object",
"name": "lock_branch_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "lock_allows_fork_sync",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",
@@ -908,6 +1002,22 @@
"everyone"
]
},
{
"type": "string",
"name": "lock_branch_enforcement_level",
"description": "<p>The enforcement level of the branch lock setting. <code>off</code> means the branch is not locked, <code>non_admins</code> means the branch is read-only for non_admins, and <code>everyone</code> means the branch is read-only for everyone.</p>",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
},
{
"type": "boolean",
"name": "lock_allows_fork_sync",
"description": "<p>Whether users can pull changes from upstream when the branch is locked. Set to <code>true</code> to allow users to pull changes from upstream when the branch is locked. This setting is only applicable for forks.</p>"
},
{
"type": "string",
"name": "merge_queue_enforcement_level",

View File

@@ -629,6 +629,37 @@
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",

View File

@@ -753,6 +753,37 @@
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",

View File

@@ -753,6 +753,37 @@
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",

View File

@@ -753,6 +753,37 @@
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "require_last_push_approval",
"description": "",
"childParamsGroups": [
{
"type": "boolean or null",
"name": "from",
"description": "",
"isRequired": true
}
]
},
{
"type": "object",
"name": "required_status_checks",

View File

@@ -619,6 +619,24 @@
}
]
},
{
"type": "object",
"name": "pull_request_reviews_enforcement_level",
"description": "",
"childParamsGroups": [
{
"type": "string",
"name": "from",
"description": "",
"isRequired": true,
"enum": [
"off",
"non_admins",
"everyone"
]
}
]
},
{
"type": "object",
"name": "required_status_checks",

View File

@@ -1,3 +1,3 @@
{
"sha": "96c05975a63d13d4dff90a65545652eb39d0bbab"
"sha": "f7ddcdd2bb3905c0117ec1617f468655c087e58a"
}