Add Allow Maintainer Edits #509

Merged
6543 merged 12 commits from 6543/tea:add_allow-maintainer-edits into main 2022-09-27 15:36:36 +00:00
Showing only changes of commit f2d3d5649f - Show all commits

View File

@ -34,7 +34,7 @@ var CmdPullsCreate = cli.Command{
Name: "allow-maintainer-edits",
Aliases: []string{"edits"},
Usage: "Enable maintainers to push to the base branch of created pull",
Default: true,
Value: true,
},
}, flags.IssuePREditFlags...),
}