Skip to content

Commit 3c89b6d

Browse files
authored
remove the max of 5 for deleting orphaned feature files (#55173)
1 parent b31cf44 commit 3c89b6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/orphaned-features-check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ jobs:
6060
exit 0
6161
fi
6262
63-
# Why only 5?
64-
# Because, we're not in a hurry and anything larger than that would
65-
# make the PR too intimidatingly big to review.
66-
npm run find-orphaned-features -- delete --max 5 --verbose /tmp/orphaned-features.json
63+
npm run find-orphaned-features -- delete --verbose /tmp/orphaned-features.json
6764
6865
git status
6966

0 commit comments

Comments
 (0)