Skip to content

Commit

Permalink
[ISSUE apache#5381] Optimize merge_rocketmq_pr.py comments (apache#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
labazhou2018 authored Oct 24, 2022
1 parent e38da55 commit 865d704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/merge_rocketmq_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -448,4 +448,4 @@ def main():
main()
except:
clean_up()
raise
raise

0 comments on commit 865d704

Please sign in to comment.