This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 0733975897 [MINOR] Fix name spelling for RunBootstrapProcedure
add 0e0b5b77ca [HUDI-4754] Add compliance check in github actions (#6575)
No new revisions were added by this update.
Summary of changes:
.github/README.md | 10 +
.github/workflows/pr_compliance.yml | 21 ++
.github/workflows/update_pr_compliance.yml | 18 +
scripts/pr_compliance.py | 563 +++++++++++++++++++++++++++++
4 files changed, 612 insertions(+)
create mode 100644 .github/README.md
create mode 100644 .github/workflows/pr_compliance.yml
create mode 100644 .github/workflows/update_pr_compliance.yml
create mode 100644 scripts/pr_compliance.py