paygoc6 / action-pull-request-another-repo

Action for create pull request in another repository
Apache License 2.0
37 stars 83 forks source link

Option to exclude files #16

Open harrietrs opened 2 years ago

harrietrs commented 2 years ago

A functionality to ignore some folders and files, such as the hooks directory might be really useful. I am trying to use this action to copy one whole repo to another repo, but I don't want the hooks to create an infinite loop/ fail when the PR is merged.

gorrelljd21 commented 1 year ago

This would be incredibly useful - were you able to find a work around?

harrietrs commented 1 year ago

No, unfortunately not, I had to make my own (very janky) action. It does a bunch of other stuff differently as well, and is extremely vulnerable to failure!