From 1c541392e3f4e63c786984a1823ad1a3f7f87687 Mon Sep 17 00:00:00 2001 From: Kilian PAQUIER Date: Thu, 2 May 2024 16:09:43 +0000 Subject: [PATCH] fix(pr): add content type to post pull request --- lib/git.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/git.ts b/lib/git.ts index 9b7c087..5dc09fd 100644 --- a/lib/git.ts +++ b/lib/git.ts @@ -38,7 +38,10 @@ export const createPullRequest = async (context: Partial