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 Sep 26, 2024
1 parent 7c8bd52 commit 95e25c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/api-schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -4751,6 +4751,10 @@
"type": "integer",
"title": "Ci Issue Id"
},
"failure_id": {
"type": "integer",
"title": "Failure Id"
},
"ci_issue_short_id": {
"type": "string",
"title": "Ci Issue Short Id"
Expand Down Expand Up @@ -4784,6 +4788,7 @@
"type": "object",
"required": [
"ci_issue_id",
"failure_id",
"ci_issue_short_id",
"timestamp",
"job_name",
Expand Down Expand Up @@ -4864,6 +4869,10 @@
"type": "integer",
"title": "Ci Issue Id"
},
"failure_id": {
"type": "integer",
"title": "Failure Id"
},
"ci_issue_short_id": {
"type": "string",
"title": "Ci Issue Short Id"
Expand Down Expand Up @@ -4897,6 +4906,7 @@
"type": "object",
"required": [
"ci_issue_id",
"failure_id",
"ci_issue_short_id",
"timestamp",
"job_name",
Expand Down Expand Up @@ -5191,6 +5201,10 @@
"type": "integer",
"title": "Ci Issue Id"
},
"failure_id": {
"type": "integer",
"title": "Failure Id"
},
"ci_issue_short_id": {
"type": "string",
"title": "Ci Issue Short Id"
Expand Down Expand Up @@ -5224,6 +5238,7 @@
"type": "object",
"required": [
"ci_issue_id",
"failure_id",
"ci_issue_short_id",
"timestamp",
"job_name",
Expand Down

0 comments on commit 95e25c0

Please sign in to comment.