From 5d2afe88124ec231e9d869e1ce21696134b8dab0 Mon Sep 17 00:00:00 2001 From: Quentin Ambard Date: Sat, 29 Mar 2025 17:35:54 -0400 Subject: [PATCH] Update pr-comment.yml --- .github/workflows/pr-comment.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 12ff3e8..538814e 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -17,7 +17,8 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `👋 Thanks for opening this Pull Request! + body: ` +👋 Thanks for opening this Pull Request! You will need a technical reviewer from Databricks to accept your PR. Please have them comment on this PR, saying they reviewed it. @@ -29,5 +30,6 @@ Please review this checklist: - Use Databricks License - Don't include any sensitive or private information - Don't use external datasets -- Add 2 nicknames in the CODEOWNERS file as part of your PR.` +- Add 2 nicknames in the CODEOWNERS file as part of your PR. +` })