diff options
author | Teddy Wing | 2018-04-20 20:43:31 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-20 20:43:31 +0200 |
commit | e9009d60966b403dc777f8778e039c7362dfd823 (patch) | |
tree | ac4c81864a0f67323e763df9602edc022ee41949 /README.md | |
parent | 1e1e840df242874350195635dda63e251f6ddccb (diff) | |
download | redprine-master.tar.bz2 |
Specify that Git branch names must be prefixed with a four-digit Redmine
issue number.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ executed with `bash -c`). A single argument is passed in `$0` containing the URL of the issue’s pull request. The format must match Redmine’s JSON parameter for the [issue update API endpoint][3]. +Pull request branches are assumed to start with a four-digit number followed by +a hyphen (e.g. `1234-`), where the number is a Redmine issue ID. + ## Install Requirements: |