stuttgart-things / machineshop

git based CLI interface for managing configuration as code
Apache License 2.0
1 stars 0 forks source link

[FEATURE][CREATE] - ADD MERGE COMMAND #86

Closed patrick-hermann-sva closed 3 months ago

patrick-hermann-sva commented 3 months ago
machineshop create \
--kind merge \
--title/id {{ }} \
--branch hello \
--repository machineshop \
--group stuttgart-things \

https://github.com/google/go-github/blob/master/github/pulls.go

func (s *PullRequestsService) Merge(ctx context.Context, owner string, repo string, number int, commitMessage string, options *PullRequestOptions) (*PullRequestMergeResult, *Response, error) {
...
patrick-hermann-sva commented 3 months ago

implemented