Can I make a pull request to the generated repo for changes to the github template repository?
For example, i have a two repository. One is a template repository and one is a generated repository. When the template repository is changed, can you generate a PR for this change in the generated repository?
template-repo -> generated-repo (generated by template-repo)
template-repo (changed) -> generated-repo (created pr about template repo)
Thank you