Skip to content

Commit

Permalink
feat: new delete_branch_on_merge parameter for `.repos.createForAut…
Browse files Browse the repository at this point in the history
…henticatedUser()`, `.repos.createInOrg()`, `.repos.update()`
  • Loading branch information
gr2m committed Jan 18, 2020
1 parent faecc99 commit c783249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/rest-api-endpoints/routes.json
Expand Up @@ -4053,6 +4053,7 @@
"allow_rebase_merge": { "type": "boolean" },
"allow_squash_merge": { "type": "boolean" },
"auto_init": { "type": "boolean" },
"delete_branch_on_merge": { "type": "boolean" },
"description": { "type": "string" },
"gitignore_template": { "type": "string" },
"has_issues": { "type": "boolean" },
Expand Down Expand Up @@ -4099,6 +4100,7 @@
"allow_rebase_merge": { "type": "boolean" },
"allow_squash_merge": { "type": "boolean" },
"auto_init": { "type": "boolean" },
"delete_branch_on_merge": { "type": "boolean" },
"description": { "type": "string" },
"gitignore_template": { "type": "string" },
"has_issues": { "type": "boolean" },
Expand Down Expand Up @@ -5280,6 +5282,7 @@
"allow_squash_merge": { "type": "boolean" },
"archived": { "type": "boolean" },
"default_branch": { "type": "string" },
"delete_branch_on_merge": { "type": "boolean" },
"description": { "type": "string" },
"has_issues": { "type": "boolean" },
"has_projects": { "type": "boolean" },
Expand Down

0 comments on commit c783249

Please sign in to comment.