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

[gitignore] optionally include directories that are a part of gitignore in the glob #554

Closed
2 tasks done
CNDW opened this issue Dec 12, 2022 · 2 comments · Fixed by #569
Closed
2 tasks done

[gitignore] optionally include directories that are a part of gitignore in the glob #554

CNDW opened this issue Dec 12, 2022 · 2 comments · Fixed by #569
Labels
enhancement New feature or request

Comments

@CNDW
Copy link

CNDW commented Dec 12, 2022

Is this feature missing in the latest version?

  • I'm using the latest release

Is your feature request related to a problem? Please describe.

Currently the globing will filter out directories that are included in the gitignore file. I have a job where build artifacts are produced in a gitignored directory and I need to gather produced files based on a glob. This action won't let me do so in it's current state.

Describe the solution you'd like?

I would like to be able to provide an option to skip the gitignore filter in some capacity. We could skip the entire gitignore filtering or we could provide gitignore entries to exclude from the filtering process.

Describe alternatives you've considered?

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@CNDW CNDW added the enhancement New feature or request label Dec 12, 2022
@github-actions
Copy link

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1 jackton1 linked a pull request Dec 15, 2022 that will close this issue
@jackton1
Copy link
Member

jackton1 commented Dec 15, 2022

@CNDW This can now be enabled by setting match-gitignore-files: true

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

Successfully merging a pull request may close this issue.

2 participants