Skip to content

Commit 93ee07a

Browse files
Update pr-comment.yml
1 parent df9d842 commit 93ee07a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,5 @@ jobs:
1717
issue_number: context.issue.number,
1818
owner: context.repo.owner,
1919
repo: context.repo.repo,
20-
body: `
21-
👋 Thanks for opening this Pull Request!
22-
23-
You will need a technical reviewer from Databricks to accept your PR. Please have them comment on this PR, saying they reviewed it.
24-
25-
Ping the repo maintainers to accept the PR once it's ready.
26-
27-
Please review this checklist:
28-
- Make sure you have a clear README explaining how to use the content. Add a link to your blog post once live.
29-
- List all the libraries used with their license on the README, only Apache, BSD, MIT, or DB License
30-
- Use Databricks License
31-
- Don't include any sensitive or private information
32-
- Don't use external datasets
33-
- Add 2 nicknames in the CODEOWNERS file as part of your PR.
34-
`
20+
body: '👋 Thanks for opening this Pull Request!\n\nYou will need a technical reviewer from Databricks to accept your PR. Please have them comment on this PR, saying they reviewed it.\n\nPing the repo maintainers to accept the PR once it\'s ready.\n\nPlease review this checklist:\n- Make sure you have a clear README explaining how to use the content. Add a link to your blog post once live.\n- List all the libraries used with their license on the README, only Apache, BSD, MIT, or DB License\n- Use Databricks License\n- Don\'t include any sensitive or private information\n- Don\'t use external datasets\n- Add 2 nicknames in the CODEOWNERS file as part of your PR.'
3521
})

0 commit comments

Comments
 (0)