File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252
253253 if (-not ($gitHubEvent.head_commit.message -match "Merge Pull Request #(?<PRNumber>\d+)") -and
254254 (-not $gitHubEvent.psobject.properties['inputs'])) {
255- "::warning::Pull Request has not merged, skipping" | Out-Host
255+ "::warning::Pull Request has not merged, skipping Tagging " | Out-Host
256256 return
257257 }
258258
@@ -343,7 +343,7 @@ jobs:
343343
344344 if (-not ($gitHubEvent.head_commit.message -match "Merge Pull Request #(?<PRNumber>\d+)") -and
345345 (-not $gitHubEvent.psobject.properties['inputs'])) {
346- "::warning::Pull Request has not merged, skipping" | Out-Host
346+ "::warning::Pull Request has not merged, skipping GitHub release " | Out-Host
347347 return
348348 }
349349
@@ -428,7 +428,7 @@ jobs:
428428
429429 if (-not ($gitHubEvent.head_commit.message -match "Merge Pull Request #(?<PRNumber>\d+)") -and
430430 (-not $gitHubEvent.psobject.properties['inputs'])) {
431- "::warning::Pull Request has not merged, skipping" | Out-Host
431+ "::warning::Pull Request has not merged, skipping Gallery Publish " | Out-Host
432432 return
433433 }
434434
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $($gitHubEvent | ConvertTo-Json -Depth 100)
1515
1616if (-not ($gitHubEvent.head_commit.message -match " Merge Pull Request #(?<PRNumber>\d+)" ) -and
1717 (-not $gitHubEvent.psobject.properties [' inputs' ])) {
18- " ::warning::Pull Request has not merged, skipping" | Out-Host
18+ " ::warning::Pull Request has not merged, skipping Gallery Publish " | Out-Host
1919 return
2020}
2121
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $($gitHubEvent | ConvertTo-Json -Depth 100)
3030
3131if (-not ($gitHubEvent.head_commit.message -match " Merge Pull Request #(?<PRNumber>\d+)" ) -and
3232 (-not $gitHubEvent.psobject.properties [' inputs' ])) {
33- " ::warning::Pull Request has not merged, skipping" | Out-Host
33+ " ::warning::Pull Request has not merged, skipping GitHub release " | Out-Host
3434 return
3535}
3636
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ $($gitHubEvent | ConvertTo-Json -Depth 100)
3535
3636if (-not ($gitHubEvent.head_commit.message -match " Merge Pull Request #(?<PRNumber>\d+)" ) -and
3737 (-not $gitHubEvent.psobject.properties [' inputs' ])) {
38- " ::warning::Pull Request has not merged, skipping" | Out-Host
38+ " ::warning::Pull Request has not merged, skipping Tagging " | Out-Host
3939 return
4040}
4141
You can’t perform that action at this time.
0 commit comments