File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 Print help to console.
2020. PARAMETER SpecialSnowflakes
2121 An array of manifests, which should be updated all the time. (-ForceUpdate parameter to checkver)
22+ . PARAMETER SkipUpdated
23+ Updated manifests will not be shown.
2224. EXAMPLE
2325 PS REPODIR > .\bin\auto-pr.ps1 'someUsername/repository:branch' -Request
2426. EXAMPLE
4446 [Switch ] $Push ,
4547 [Switch ] $Request ,
4648 [Switch ] $Help ,
47- [string []] $SpecialSnowflakes
49+ [string []] $SpecialSnowflakes ,
50+ [Switch ] $SkipUpdated
4851)
4952
5053. " $PSScriptRoot \..\lib\manifest.ps1"
@@ -150,7 +153,7 @@ if ($Push) {
150153 execute ' hub push origin master'
151154}
152155
153- . " $PSScriptRoot \checkver.ps1" - App $App - Dir $Dir - Update
156+ . " $PSScriptRoot \checkver.ps1" - App $App - Dir $Dir - Update - SkipUpdated: $SkipUpdated
154157if ($SpecialSnowflakes ) {
155158 Write-Host " Forcing update on our special snowflakes: $ ( $SpecialSnowflakes -join ' ,' ) " - ForegroundColor DarkCyan
156159 $SpecialSnowflakes -split ' ,' | ForEach-Object {
You can’t perform that action at this time.
0 commit comments