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
When many files changes, the action runs very slow (up to 30 minutes for 10K+ files). It looks like the implementation goes over all files instead of stopping as soon as one is matched.
Action version:
v5.0.0
Platform:
Ubuntu
macOS
Windows
Runner type:
Hosted
Self-hosted
Repro steps:
Create a repo with 100K files
Configure labeler with a glob pattern to match those files
Create a commit that modifies all files
Expected behavior:
Action runs in a few seconds
Actual behavior:
Action runs very slow
The text was updated successfully, but these errors were encountered:
Description:
We use the action on a repository that contains 10K+ files, with filters:
When many files changes, the action runs very slow (up to 30 minutes for 10K+ files). It looks like the implementation goes over all files instead of stopping as soon as one is matched.
Action version:
v5.0.0
Platform:
Runner type:
Repro steps:
Expected behavior:
Action runs in a few seconds
Actual behavior:
Action runs very slow
The text was updated successfully, but these errors were encountered: