You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Shared-StaleBranch.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -391,8 +391,6 @@ jobs:
391
391
392
392
If ($DeleteBranchlistCount -gt 0) {
393
393
394
-
echo "## Deleted stale branches" >> $env:GITHUB_STEP_SUMMARY
395
-
echo "" >> $env:GITHUB_STEP_SUMMARY
396
394
echo "The following branches were deleted because they were over $MaxDaysBehind days behind the $DefaultBranch branch and contained $MaxCommitsAhead or fewer commits not in the $DefaultBranch branch." >> $env:GITHUB_STEP_SUMMARY
0 commit comments