-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm trying to use the action on a large monorepo and unfortunately it's spending 5 minutes processing the git fetch
command here. From local testing on command line it seems like just adding additional arguments for origin and the ref makes is blazing fast. That doesn't work in practice though, since usually the PR branch is deleted after merge.
I figure the only way to solve this at scale is to rewrite the action to query the GitHub API for "what changed in the PR?" instead of relying on a local clone?
Metadata
Metadata
Assignees
Labels
No labels