Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 22, 2021
1 parent 5309b15 commit 4cdacc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion payload-schemas/api.github.com/common/repository.schema.json
Expand Up @@ -225,7 +225,10 @@
},
"is_template": { "type": "boolean" },
"topics": { "type": "array", "items": { "type": "string" } },
"visibility": { "type": "string", "enum": ["public", "private", "internal"] },
"visibility": {
"type": "string",
"enum": ["public", "private", "internal"]
},
"delete_branch_on_merge": {
"type": "boolean",
"description": "Whether to delete head branches when pull requests are merged",
Expand Down

0 comments on commit 4cdacc6

Please sign in to comment.