[ISSUE #5381] Optimize merge_rocketmq_pr.py comments (#5389)

This commit is contained in:
Lq Wang
2022-10-24 16:28:19 +08:00
committed by GitHub
parent e38da5590f
commit 865d7043be
+3 -3
View File
@@ -17,8 +17,8 @@
# limitations under the License.
#
# This script is a modified version of the one created by the Spark
# project (https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py).
# This script is a modified version of the one created by the RocketMQ
# project (https://github.com/apache/rocketmq/blob/master/dev/merge_rocketmq_pr.py).
# Utility for creating well-formed pull request merges and pushing them to Apache.
# usage: ./merge_rocketmq_pr.py (see config env vars below)
@@ -448,4 +448,4 @@ if __name__ == "__main__":
main()
except:
clean_up()
raise
raise