Skip to content

Commit

Permalink
Merge branch 'next' into doc/fix-note-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 20, 2023
2 parents eba9723 + 8e503fc commit ebdedef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@
"ready_for_review",
"locked",
"unlocked",
"milestoned",
"demilestoned",
"review_requested",
"review_request_removed",
"auto_merge_enabled",
Expand Down Expand Up @@ -1135,7 +1137,7 @@
"properties": {
"types": {
"$ref": "#/definitions/types",
"items": { "type": "string", "enum": ["requested", "completed"] },
"items": { "type": "string", "enum": ["requested", "completed", "in_progress"] },
"default": ["requested", "completed"]
},
"workflows": { "type": "array", "items": { "type": "string" }, "minItems": 1 }
Expand Down

0 comments on commit ebdedef

Please sign in to comment.