The Wayback Machine - https://web.archive.org/web/20220213181028/https://github.com/ishepard/pydriller/issues/203
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

Getting the list of files in a repository using pydriller's Git wrapper does not include ".github/workflows" #203

Open
tromai opened this issue Jan 31, 2022 · 1 comment

Comments

@tromai
Copy link

@tromai tromai commented Jan 31, 2022

Is your feature request related to a problem? Please describe.
When trying to use pydriller's Git wrapper to get the list of files in the repository, the result does not include .github/workflows because this method exclude any paths with .git in it.

Describe the solution you'd like
Can it include .github/workflows as the result?

Thank you.

@stefanodallapalma
Copy link
Contributor

@stefanodallapalma stefanodallapalma commented Jan 31, 2022

Hi @skyworld42,

feel free to edit the condition at line 163 accordingly and open a pull request. Please, do not forget to provide test(s) for the changes 😄

@ishepard I think this issue can be labeled as "Good first issue" and "PR welcome".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment