-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature] Ignore LF/CRLF differences #101
Comments
Thanks for reporting this issue. |
* Disable Automatic CRLF for windows Fixes: #101 * Update test.yml * Update entrypoint.sh * Update test.yml
@jackton1 thank you for taking care of this. If you need more insights, here is the failing step https://github.com/Sonia-corporation/stale/runs/4130318260?check_suite_focus=true. |
@C0ZEN You’ll need to create a Example: https://github.com/tj-actions/auto-doc/blob/main/.gitattributes Further Reading: https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#per-repository-settings |
Seems I misunderstood the solution, I’ll add support for enabling or disabling the autocrlf setting via a new input which should be available in the latest release. |
* Add input setting for core.autocrlf Resolves: #101 * Update action.yml * Update entrypoint.sh * Update README.md * Update action.yml
@C0ZEN The |
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
I think that I have an issue because locally, I am pushing CLRF files and on my CI, I recreate them and perform the diff (on a folder).
This action is telling me that there is a difference and a warning about the EOL is visible (seems logical since the CI is using Linux).
Describe the solution you'd like?
Add a new input to ignore the EOL (default is false to not create a breaking change).
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: