We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31cf44 commit 3c89b6dCopy full SHA for 3c89b6d
.github/workflows/orphaned-features-check.yml
@@ -60,10 +60,7 @@ jobs:
60
exit 0
61
fi
62
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
+ npm run find-orphaned-features -- delete --verbose /tmp/orphaned-features.json
67
68
git status
69
0 commit comments