Jeff Holoman created FLUME-3028: ----------------------------------- Summary: Introduce merge-flume-pr.py script Key: FLUME-3028 URL: https://issues.apache.org/jira/browse/FLUME-3028 Project: Flume Issue Type: Improvement Affects Versions: v1.7.0 Reporter: Jeff Holoman Assignee: Jeff Holoman
This script will be used to merge GitHub pull requests and it will pull from the Apache Git repo to the current branch, squash and merge the PR, push the commit to trunk, close the PR (via commit message) and close the relevant JIRA issue (via JIRA API). Spark / Kafka have a script that does this and will be modified from there: https://github.com/apache/spark/blob/master/dev/merge_spark_pr.py https://github.com/apache/kafka/blob/trunk/kafka-merge-pr.py -- This message was sent by Atlassian JIRA (v6.3.4#6332)