This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 4d5c91c ARROW-6901: [Rust] [Parquet] Increment total_num_rows when
closing a row group
add d7d26c9 ARROW-6862: [Developer] Check pull request title
No new revisions were added by this update.
Summary of changes:
.dir-locals.el => .github/.dir-locals.el | 5 +-
.github/workflows/jira-link.yml | 92 ----------------------
.github/workflows/pull_request.yml | 53 +++++++++++++
.github/workflows/pull_request/jira_link.js | 77 ++++++++++++++++++
.github/workflows/pull_request/title_check.js | 63 +++++++++++++++
.../workflows/pull_request/title_check.md | 20 +++--
6 files changed, 204 insertions(+), 106 deletions(-)
copy .dir-locals.el => .github/.dir-locals.el (87%)
delete mode 100644 .github/workflows/jira-link.yml
create mode 100644 .github/workflows/pull_request.yml
create mode 100644 .github/workflows/pull_request/jira_link.js
create mode 100644 .github/workflows/pull_request/title_check.js
copy cpp/README.md => .github/workflows/pull_request/title_check.md (62%)