diff --git a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json index b6a219aaf..e498009f1 100644 --- a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json +++ b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.json @@ -109359,24 +109359,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -109844,6 +109826,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml index 583be232a..c44bef173 100644 --- a/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml +++ b/descriptions/ghes-3.17/ghes-3.17.2022-11-28.yaml @@ -79720,19 +79720,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -80061,6 +80048,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.17/ghes-3.17.json b/descriptions/ghes-3.17/ghes-3.17.json index b6a219aaf..e498009f1 100644 --- a/descriptions/ghes-3.17/ghes-3.17.json +++ b/descriptions/ghes-3.17/ghes-3.17.json @@ -109359,24 +109359,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -109844,6 +109826,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.17/ghes-3.17.yaml b/descriptions/ghes-3.17/ghes-3.17.yaml index 583be232a..c44bef173 100644 --- a/descriptions/ghes-3.17/ghes-3.17.yaml +++ b/descriptions/ghes-3.17/ghes-3.17.yaml @@ -79720,19 +79720,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -80061,6 +80048,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json index 9c5f22a6e..690994278 100644 --- a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json +++ b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.json @@ -111277,24 +111277,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -111762,6 +111744,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml index 9d3fdf015..f11ea88ac 100644 --- a/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml +++ b/descriptions/ghes-3.18/ghes-3.18.2022-11-28.yaml @@ -81232,19 +81232,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -81573,6 +81560,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.18/ghes-3.18.json b/descriptions/ghes-3.18/ghes-3.18.json index 9c5f22a6e..690994278 100644 --- a/descriptions/ghes-3.18/ghes-3.18.json +++ b/descriptions/ghes-3.18/ghes-3.18.json @@ -111277,24 +111277,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -111762,6 +111744,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.18/ghes-3.18.yaml b/descriptions/ghes-3.18/ghes-3.18.yaml index 9d3fdf015..f11ea88ac 100644 --- a/descriptions/ghes-3.18/ghes-3.18.yaml +++ b/descriptions/ghes-3.18/ghes-3.18.yaml @@ -81232,19 +81232,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -81573,6 +81560,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.19/ghes-3.19.2022-11-28.json b/descriptions/ghes-3.19/ghes-3.19.2022-11-28.json index 0934c4318..a57c56fb8 100644 --- a/descriptions/ghes-3.19/ghes-3.19.2022-11-28.json +++ b/descriptions/ghes-3.19/ghes-3.19.2022-11-28.json @@ -116807,24 +116807,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -117292,6 +117274,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.19/ghes-3.19.2022-11-28.yaml b/descriptions/ghes-3.19/ghes-3.19.2022-11-28.yaml index 618b604a1..e3b24ca74 100644 --- a/descriptions/ghes-3.19/ghes-3.19.2022-11-28.yaml +++ b/descriptions/ghes-3.19/ghes-3.19.2022-11-28.yaml @@ -85123,19 +85123,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -85464,6 +85451,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.19/ghes-3.19.json b/descriptions/ghes-3.19/ghes-3.19.json index 0934c4318..a57c56fb8 100644 --- a/descriptions/ghes-3.19/ghes-3.19.json +++ b/descriptions/ghes-3.19/ghes-3.19.json @@ -116807,24 +116807,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -117292,6 +117274,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.19/ghes-3.19.yaml b/descriptions/ghes-3.19/ghes-3.19.yaml index 618b604a1..e3b24ca74 100644 --- a/descriptions/ghes-3.19/ghes-3.19.yaml +++ b/descriptions/ghes-3.19/ghes-3.19.yaml @@ -85123,19 +85123,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -85464,6 +85451,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.20/ghes-3.20.2022-11-28.json b/descriptions/ghes-3.20/ghes-3.20.2022-11-28.json index d8fa368dd..cfaad470a 100644 --- a/descriptions/ghes-3.20/ghes-3.20.2022-11-28.json +++ b/descriptions/ghes-3.20/ghes-3.20.2022-11-28.json @@ -122780,24 +122780,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -123266,6 +123248,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.20/ghes-3.20.2022-11-28.yaml b/descriptions/ghes-3.20/ghes-3.20.2022-11-28.yaml index 656878369..28680f0e0 100644 --- a/descriptions/ghes-3.20/ghes-3.20.2022-11-28.yaml +++ b/descriptions/ghes-3.20/ghes-3.20.2022-11-28.yaml @@ -89254,19 +89254,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -89596,6 +89583,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.20/ghes-3.20.json b/descriptions/ghes-3.20/ghes-3.20.json index d8fa368dd..cfaad470a 100644 --- a/descriptions/ghes-3.20/ghes-3.20.json +++ b/descriptions/ghes-3.20/ghes-3.20.json @@ -122780,24 +122780,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -123266,6 +123248,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.20/ghes-3.20.yaml b/descriptions/ghes-3.20/ghes-3.20.yaml index 656878369..28680f0e0 100644 --- a/descriptions/ghes-3.20/ghes-3.20.yaml +++ b/descriptions/ghes-3.20/ghes-3.20.yaml @@ -89254,19 +89254,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -89596,6 +89583,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.21/ghes-3.21.2022-11-28.json b/descriptions/ghes-3.21/ghes-3.21.2022-11-28.json index ead3321b5..c8bd21ff4 100644 --- a/descriptions/ghes-3.21/ghes-3.21.2022-11-28.json +++ b/descriptions/ghes-3.21/ghes-3.21.2022-11-28.json @@ -124458,24 +124458,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -124944,6 +124926,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.21/ghes-3.21.2022-11-28.yaml b/descriptions/ghes-3.21/ghes-3.21.2022-11-28.yaml index c55e703a4..f67b05577 100644 --- a/descriptions/ghes-3.21/ghes-3.21.2022-11-28.yaml +++ b/descriptions/ghes-3.21/ghes-3.21.2022-11-28.yaml @@ -90455,19 +90455,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -90797,6 +90784,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.21/ghes-3.21.2026-03-10.json b/descriptions/ghes-3.21/ghes-3.21.2026-03-10.json index cfda81945..fc2b91a30 100644 --- a/descriptions/ghes-3.21/ghes-3.21.2026-03-10.json +++ b/descriptions/ghes-3.21/ghes-3.21.2026-03-10.json @@ -123992,24 +123992,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -124478,6 +124460,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.21/ghes-3.21.2026-03-10.yaml b/descriptions/ghes-3.21/ghes-3.21.2026-03-10.yaml index 4e357a443..a1dbd0254 100644 --- a/descriptions/ghes-3.21/ghes-3.21.2026-03-10.yaml +++ b/descriptions/ghes-3.21/ghes-3.21.2026-03-10.yaml @@ -90088,19 +90088,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -90430,6 +90417,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object diff --git a/descriptions/ghes-3.21/ghes-3.21.json b/descriptions/ghes-3.21/ghes-3.21.json index d6c0e243b..f97be84af 100644 --- a/descriptions/ghes-3.21/ghes-3.21.json +++ b/descriptions/ghes-3.21/ghes-3.21.json @@ -125438,24 +125438,6 @@ } } }, - "repository-rule-params-restricted-commits": { - "title": "RestrictedCommits", - "description": "Restricted commit", - "type": "object", - "properties": { - "oid": { - "type": "string", - "description": "Full or abbreviated commit hash to reject" - }, - "reason": { - "type": "string", - "description": "Reason for restriction" - } - }, - "required": [ - "oid" - ] - }, "repository-rule-params-workflow-file-reference": { "title": "WorkflowFileReference", "description": "A workflow that must run for this rule to pass", @@ -125924,6 +125906,24 @@ } } }, + "repository-rule-params-restricted-commits": { + "title": "RestrictedCommits", + "description": "Restricted commit", + "type": "object", + "properties": { + "oid": { + "type": "string", + "description": "Full or abbreviated commit hash to reject" + }, + "reason": { + "type": "string", + "description": "Reason for restriction" + } + }, + "required": [ + "oid" + ] + }, "org-rules": { "title": "Repository Rule", "type": "object", diff --git a/descriptions/ghes-3.21/ghes-3.21.yaml b/descriptions/ghes-3.21/ghes-3.21.yaml index a48fccf35..022dd205c 100644 --- a/descriptions/ghes-3.21/ghes-3.21.yaml +++ b/descriptions/ghes-3.21/ghes-3.21.yaml @@ -91171,19 +91171,6 @@ components: required: - operator - pattern - repository-rule-params-restricted-commits: - title: RestrictedCommits - description: Restricted commit - type: object - properties: - oid: - type: string - description: Full or abbreviated commit hash to reject - reason: - type: string - description: Reason for restriction - required: - - oid repository-rule-params-workflow-file-reference: title: WorkflowFileReference description: A workflow that must run for this rule to pass @@ -91513,6 +91500,19 @@ components: updated_at: type: string format: date-time + repository-rule-params-restricted-commits: + title: RestrictedCommits + description: Restricted commit + type: object + properties: + oid: + type: string + description: Full or abbreviated commit hash to reject + reason: + type: string + description: Reason for restriction + required: + - oid org-rules: title: Repository Rule type: object