Allow same repository with different branches #51
-
Hi, Thanks for your efforts on this action. I would like to keep multiple branches within the same repository up to date. For example, a repository named group:
repos: |
foo/bar@de
foo/bar@es
foo/bar@fr
files:
- source: .github/workflows/
dest: .github/workflows/ It's not currently clear from the documentation but I tested and it currently only creates a PR for the first entry in the I believe the limitation is in repo-file-sync-action/src/config.js Line 154 in 7ca74d9 repo-file-sync-action/src/git.js Line 57 in 7ca74d9 Is this something you would be willing to support? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @bytestream, Thanks for creating this discussion!
Yes, I can totally see a use case for this. I will take a look at your PR (#52) and merge it asap! |
Beta Was this translation helpful? Give feedback.
-
This feature is included in version v1.8.0 🎉 To use this version, use the Action with the uses: BetaHuhn/repo-file-sync-action@v1 Or the uses: BetaHuhn/repo-file-sync-action@latest |
Beta Was this translation helpful? Give feedback.
Hey @bytestream,
Thanks for creating this discussion!
Yes, I can totally see a use case for this.
I will take a look at your PR (#52) and merge it asap!