Skip to content

Commit

Permalink
chore: sync Mergify JSON Schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify-ci-bot authored and github-actions[bot] committed Dec 6, 2024
1 parent 9c38830 commit 522e96e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4253,16 +4253,16 @@
"state": {
"type": "string",
"enum": [
"success",
"failure",
"error",
"cancelled",
"skipped",
"action_required",
"timed_out",
"pending",
"neutral",
"stale"
"skipped",
"stale",
"success"
],
"title": "State",
"description": "The global state of the checks"
Expand Down Expand Up @@ -8646,16 +8646,16 @@
"state": {
"type": "string",
"enum": [
"success",
"failure",
"error",
"cancelled",
"skipped",
"action_required",
"timed_out",
"pending",
"neutral",
"stale"
"skipped",
"stale",
"success"
],
"title": "State",
"description": "Check state"
Expand Down Expand Up @@ -9306,16 +9306,16 @@
"state": {
"type": "string",
"enum": [
"success",
"failure",
"error",
"cancelled",
"skipped",
"action_required",
"timed_out",
"pending",
"neutral",
"stale"
"skipped",
"stale",
"success"
],
"title": "State"
},
Expand Down Expand Up @@ -9773,16 +9773,16 @@
"state": {
"type": "string",
"enum": [
"success",
"failure",
"error",
"cancelled",
"skipped",
"action_required",
"timed_out",
"pending",
"neutral",
"stale"
"skipped",
"stale",
"success"
],
"title": "State",
"description": "The global state of the checks"
Expand Down

0 comments on commit 522e96e

Please sign in to comment.