Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
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.'
body: '👋 Thanks for opening this Pull Request on Databricks Blog Post Repo!\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.'
})
Loading