tree: 77acb34d739b1d57ead012d25b57ddae64f03b2a
  1. azure_ci.js
  2. azure_ci_check.yml
  3. bot.yml
  4. labeler.js
  5. maven_artifact_validation.yml
  6. pr_compliance.yml
  7. pr_title_validation.yml
  8. README.md
  9. release_candidate_validation.yml
  10. scheduled_workflow.yml
  11. update_pr_compliance.yml
.github/workflows/README.md

How to update the Pull Request Template

When updating the pr template, you must consider if updates need to be made to scripts/pr_compliance.py

What are the files in workflows?

  • bot.yml: runs the hudi unit tests with various versions of scala, spark, and flink
  • pr_compliance.yml: checks pr titles and main comment to make sure that everything is filled out and formatted properly
  • update_pr_compliance: runs the pr_compliance tests when scripts/pr_compliance.py is updated