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 feature - scan a set of paths #39

Open
gabriel-milan opened this issue Jul 16, 2021 · 3 comments
Open

new feature - scan a set of paths #39

gabriel-milan opened this issue Jul 16, 2021 · 3 comments

Comments

@gabriel-milan
Copy link

Hi there.

Is there a possibility we add support for specific paths scanning?

Example:

- id: files
  name: Get modified files
  uses: jitterbit/get-changed-files@v1
  paths:
    - tracked_files/
    - tracked_files_2/

IMHO it would be a great feature. Awesome project btw, thank you for sharing!

@bstuff
Copy link

bstuff commented Sep 8, 2021

Hi @gabriel-milan!
I also would like to have path filter and filter for exclusion.
I think this can be made with regex and should be added to documentation.

@vsoch
Copy link

vsoch commented Oct 30, 2021

+1, I'd appreciate this feature too!

@TannerGilbert
Copy link

The functionality to filter was added by a fork: Ana06/get-changed-files.

The fork supports pull_request_target, allows to filter files using regular expressions, removes the ahead check and considers renamed modified files as modified.

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

No branches or pull requests

4 participants