You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Michael Wu (JIRA)" <ji...@apache.org> on 2015/12/09 16:39:11 UTC

[jira] [Created] (EAGLE-84) Create scripts for merging PRs automatically

Michael Wu created EAGLE-84:
-------------------------------

             Summary: Create scripts for merging PRs automatically
                 Key: EAGLE-84
                 URL: https://issues.apache.org/jira/browse/EAGLE-84
             Project: Eagle
          Issue Type: Task
            Reporter: Michael Wu


While a pull request gets passed the testing steps, and is verified as good-to-merge, people are willing to merge it with scripts to go through necessary steps automatically, and can form the message of final aggregated commit in a unified format. To achieve this, we are attempted to create the script.

As discussed, the format of message should be like below (ignore the lines consisted of asterisks):
**********************************************
EAGLE-${ticket_number} ${ticket_title}

${ticket_url}

Author: ${commiter}
Reviewer: ${reviewer}

Closes #${pr_number} from ${do_person}
**********************************************



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)