generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Is your feature request related to a problem? Please describe.
Our .gitattributes file is:
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar.gz filter=lfs diff=lfs merge=lfs -text
Regardless of file size, the files that match these patterns should be added through git-lfs.
Describe the solution you'd like
Ability to specify a list of file globs that are required to be modified through git-lfs only.
Better yet, process the .gitattributes file and look for filter=lfs automatically.
Metadata
Metadata
Assignees
Labels
No labels