Skip to content

Commit

Permalink
fix: Add merge request body
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jul 12, 2024
1 parent 9a0ee4d commit a267b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli-create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function createAction(options: CreateOptions) {
source_branch: options.sourceBranch,
target_branch: options.targetBranch,
title: options.title,
description: 'Beep Boop. This is an automated merge request. 🤖🤖🤖',
});
if (response instanceof AxiosError) {
throw response;
Expand Down

0 comments on commit a267b1c

Please sign in to comment.