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

New features: include, workingDirectory #347

Merged
merged 3 commits into from
Oct 17, 2022
Merged

Conversation

rcdailey
Copy link
Contributor

  • Add gitattributes file

  • Implement support for 'include' paths or patterns

  • New workingDirectory input to specify cwd for the action

See README for examples / docs.

Copy link
Owner

@muno92 muno92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution!

These features seem to good, but I think .gitattrubutes config get even better with .editorconfig.
And, next time please separate pull request by one feature.

Thanks.

.gitattributes Show resolved Hide resolved
@@ -40,6 +40,25 @@ Relative path(s) or file masks that define which files to exclude during the ins

More info: https://www.jetbrains.com/help/resharper/InspectCode.html#inspection-parameters

### include
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!

@rcdailey
Copy link
Contributor Author

rcdailey commented Oct 17, 2022

Thank you for contribution!

These features seem to good, but I think .gitattrubutes config get even better with .editorconfig. And, next time please separate pull request by one feature.

Thanks.

With all due respect, I'm involved in a lot of projects and you're asking me to use more of my free time to maintain an additional 1-2PRs. These changes are arguably small enough to fit into 1 PR without creating too much of a burden on your end. I think FOSS is all about compromise. I thank you for allowing me to submit my changes in 1 PR which allows me the time to offer you this contribution in the first place.

@muno92 muno92 merged commit abb1a83 into muno92:main Oct 17, 2022
This was referenced Oct 18, 2022
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

Successfully merging this pull request may close these issues.

2 participants