From 6998aebf55aae2f1b5aa7c53ad44bface67ebfa8 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 17 Dec 2024 02:50:09 -0800 Subject: [PATCH] action.cjs: include filtered diff in the watermark --- action.cjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.cjs b/action.cjs index 4d88768..27a60c7 100644 --- a/action.cjs +++ b/action.cjs @@ -106,6 +106,8 @@ module.exports = async ({ github, context, inputs, actionPath }) => { : `openai debug - ${watermark}` } + watermark = `
${watermark}` + '\n\n\n```' + filteredPatch + '\n\n\n```
' + await submitReview({ owner: options.owner, repo: options.repo,