### What changes were proposed in this pull request?
Introduce PR merge script `dev/merge_pr.py`, which is borrowed from Apache Spark
### Why are the changes needed?
This script simplifies the PR merge procedure
- auto backport to release branches
- auto close the JIRA ticket
- auto fill in the JIRA fixed version
- reserve the PR description in git log
- reserve the author and committer in git log
### Does this PR introduce _any_ user-facing change?
No, it's for committers.
### How was this patch tested?
a1de16a80f was merged by this tool
Closes #1539 from pan3793/CELEBORN-633.
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
# (the "License"); you may not use this file except in compliance with
|
|
# the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
certifi==2022.9.24
|
|
charset-normalizer==2.1.1
|
|
click==8.1.3
|
|
defusedxml==0.7.1
|
|
ghp-import==2.1.0
|
|
idna==3.4
|
|
importlib-metadata==4.12.0
|
|
Jinja2==3.1.2
|
|
jira==3.5.1
|
|
Markdown==3.3.7
|
|
MarkupSafe==2.1.1
|
|
mergedeep==1.3.4
|
|
mkdocs==1.4.2
|
|
mkdocs-include-markdown-plugin==4.0.0
|
|
mkdocs-macros-plugin==0.7.0
|
|
mkdocs-material==8.5.11
|
|
mkdocs-material-extensions==1.1.1
|
|
oauthlib==3.2.2
|
|
packaging==21.3
|
|
Pygments==2.12.0
|
|
pymdown-extensions==9.5
|
|
pyparsing==3.0.9
|
|
python-dateutil==2.8.2
|
|
PyYAML==6.0
|
|
pyyaml_env_tag==0.1
|
|
requests==2.28.1
|
|
requests-oauthlib==1.3.1
|
|
requests-toolbelt==1.0.0
|
|
six==1.16.0
|
|
termcolor==1.1.0
|
|
typing_extensions==4.6.3
|
|
urllib3==1.26.13
|
|
watchdog==2.1.9
|
|
zipp==3.8.1
|