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

Add Option to specify src & target roots #27

Closed
3 tasks done
adrianjost opened this issue May 21, 2020 · 4 comments · Fixed by #71
Closed
3 tasks done

Add Option to specify src & target roots #27

adrianjost opened this issue May 21, 2020 · 4 comments · Fixed by #71
Labels
enhancement New feature or request

Comments

@adrianjost
Copy link
Owner

adrianjost commented May 21, 2020

I want to sync files from RepoA/dir1 into Repo[B-Z]/dir2. There is no need to define the root for each TARGET_REPO seperately.

  • Add SRC_ROOT option wich defaults to /
  • Add TARGET_ROOT option wich defaults to /
  • The RegExp should start matching after the defined root directory
@adrianjost adrianjost added the enhancement New feature or request label May 21, 2020
@phnx47
Copy link

phnx47 commented Dec 10, 2020

@adrianjost Any news about this feature?

@adrianjost
Copy link
Owner Author

adrianjost commented Dec 10, 2020

@phnx47 Not yet, cause it was a feature I personally hadn't had a use-case for. But it shouldn't be too difficult to implement. Maybe I find some time after Christmas to implement this now someone seems to have the need for this.
But if you wan't you could also open up a PR, I can't give any guarantees when this is feature will be ready.

@phnx47
Copy link

phnx47 commented Dec 10, 2020

@adrianjost It is ok! Thank you! I already found solution for this in another action. I can use two actions for my projects. Maybe I will try implement it myself too.

@adrianjost adrianjost mentioned this issue Jan 2, 2021
adrianjost added a commit that referenced this issue Jan 2, 2021
@adrianjost
Copy link
Owner Author

adrianjost commented Jan 2, 2021

@phnx47 it's now implemented and published in version 1.2.0

adrianjost added a commit that referenced this issue Jan 2, 2021
Implements #27
Add option to customize source and target repo root to sync files from repoA/dirA to repoB/dirB if wanted.
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