Skip to content

Commit 7ec362b

Browse files
mergify-ci-botgithub-actions[bot]
authored andcommitted
chore: sync Mergify JSON Schema files
1 parent 833cd7c commit 7ec362b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

public/api-schemas.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8006,13 +8006,13 @@
80068006
"CHECKS_FAILED": {
80078007
"type": "integer",
80088008
"title": "Checks Failed",
8009-
"description": "The checks for the queued pull request have failed.",
8009+
"description": "The checks for the queued pull request have failed",
80108010
"default": 0
80118011
},
80128012
"CHECKS_TIMEOUT": {
80138013
"type": "integer",
80148014
"title": "Checks Timeout",
8015-
"description": "The checks for the queued pull request have timed out.",
8015+
"description": "The checks for the queued pull request have timed out",
80168016
"default": 0
80178017
},
80188018
"CONFLICT_WITH_BASE_BRANCH": {
@@ -8048,13 +8048,13 @@
80488048
"PR_AHEAD_DEQUEUED": {
80498049
"type": "integer",
80508050
"title": "Pr Ahead Dequeued",
8051-
"description": "A pull request ahead in the queue has been dequeued.",
8051+
"description": "A pull request ahead in the queue has been dequeued",
80528052
"default": 0
80538053
},
80548054
"BATCH_AHEAD_FAILED": {
80558055
"type": "integer",
80568056
"title": "Batch Ahead Failed",
8057-
"description": "A pull request ahead in the queue failed to get merged.",
8057+
"description": "A pull request ahead in the queue failed to get merged",
80588058
"default": 0
80598059
},
80608060
"PR_CHECKS_STOPPED_BECAUSE_MERGE_QUEUE_PAUSE": {
@@ -8084,7 +8084,7 @@
80848084
"PR_WITH_HIGHER_PRIORITY_QUEUED": {
80858085
"type": "integer",
80868086
"title": "Pr With Higher Priority Queued",
8087-
"description": "A pull request with a higher priority has been queued.",
8087+
"description": "A pull request with a higher priority has been queued",
80888088
"default": 0
80898089
},
80908090
"PULL_REQUEST_UPDATED": {
@@ -8096,37 +8096,37 @@
80968096
"QUEUE_RULE_MISSING": {
80978097
"type": "integer",
80988098
"title": "Queue Rule Missing",
8099-
"description": "The queue rules are missing because of a configuration change.",
8099+
"description": "The queue rules are missing because of a configuration change",
81008100
"default": 0
81018101
},
81028102
"SPECULATIVE_CHECK_NUMBER_REDUCED": {
81038103
"type": "integer",
81048104
"title": "Speculative Check Number Reduced",
8105-
"description": "The number of speculative checks, in the queue rules, has been reduced.",
8105+
"description": "The number of speculative checks, in the queue rules, has been reduced",
81068106
"default": 0
81078107
},
81088108
"SUCCESS": {
81098109
"type": "integer",
81108110
"title": "Success",
8111-
"description": "Successfully merged the pull request.",
8111+
"description": "Successfully merged the pull request",
81128112
"default": 0
81138113
},
81148114
"PR_MANUALLY_MERGED": {
81158115
"type": "integer",
81168116
"title": "Pr Manually Merged",
8117-
"description": "The pull request has been manually merged.",
8117+
"description": "The pull request has been manually merged",
81188118
"default": 0
81198119
},
81208120
"DRAFT_PULL_REQUEST_CREATION_FAILED": {
81218121
"type": "integer",
81228122
"title": "Draft Pull Request Creation Failed",
8123-
"description": "The draft pull request cannot be created.",
8123+
"description": "The draft pull request cannot be created",
81248124
"default": 0
81258125
},
81268126
"CONFIGURATION_CHANGED": {
81278127
"type": "integer",
81288128
"title": "Configuration Changed",
8129-
"description": "The configuration has changed.",
8129+
"description": "The configuration has changed",
81308130
"default": 0
81318131
},
81328132
"UNPROCESSABLE_PULL_REQUEST": {

0 commit comments

Comments
 (0)