The ignore_patterns are currently hard coded in the script:
|
ignore_patterns=["*.git*", "*README.md*"], |
In some specific cases, however, the user might want to update the README.md as part of the GH action as well.
Would you be open to making the ignore_patterns user-configurable so that this would be possible?
Thanks a bunch!
The
ignore_patternsare currently hard coded in the script:huggingface-sync-action/sync_with_spaces.py
Line 38 in 54e4f55
In some specific cases, however, the user might want to update the
README.mdas part of the GH action as well.Would you be open to making the
ignore_patternsuser-configurable so that this would be possible?Thanks a bunch!