From 8bc791a96e578e976d6a9fedc5ac91668cfe65a4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 1 Feb 2017 18:01:18 +0100 Subject: [PATCH] Create branches for auto pullrequests under manifest/* Use manifest/* as branch name for automatic pullrequests so it can be collapsed in GUI clients (convince feature) --- bin/auto-pr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index f7ad4429f..0aef514a6 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -16,7 +16,7 @@ hub diff --name-only | % { if($json.version) { $version = $json.version $homepage = $json.homepage - $branch = "$app-$version" + $branch = "manifest/$app-$version" hub checkout master *> $null hub rev-parse --verify $branch *> $null if($LASTEXITCODE -gt 0) {