Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of included files #145

Open
gtirloni opened this issue Sep 22, 2022 · 1 comment
Open

List of included files #145

gtirloni opened this issue Sep 22, 2022 · 1 comment

Comments

@gtirloni
Copy link

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.

@FloThinksPi
Copy link

For me this is already the case. When i add a jpg that is less than the file size it fails the action.
The action fails for me on either matching the glob in . gitattributes OR not matching the glob but being larger than the configured filesize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants