We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38da55 commit 865d704Copy full SHA for 865d704
dev/merge_rocketmq_pr.py
@@ -17,8 +17,8 @@
17
# limitations under the License.
18
#
19
20
-# This script is a modified version of the one created by the Spark
21
-# 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).
22
23
# Utility for creating well-formed pull request merges and pushing them to Apache.
24
# usage: ./merge_rocketmq_pr.py (see config env vars below)
@@ -448,4 +448,4 @@ def main():
448
main()
449
except:
450
clean_up()
451
- raise
+ raise
0 commit comments