Disable issues and pull requests in subtree repos #20
Replies: 6 comments
-
I am aware that the monorepo is really nicer for the development experience, that the subtree split solves the problem of sending only the bare essentials to packagist. unfortunately I looked and I believe that it is not possible to deactivate PR for a repository. maybe I missed something? to have a single place for issues of course. |
Beta Was this translation helpful? Give feedback.
-
If I had not deactivated the sub-repository issues it is because I feared that the developers would end up on a repository with no issue and I often find it interesting when I have a problem to look at a solution in the issues history |
Beta Was this translation helpful? Give feedback.
-
Ah yes, it seems you can't disable pull requests. It looks like Symfony have an automated GitHub action which auto-closes pull request on subtree split repositories e.g: symfony/console#85 (comment) I agree it's interesting to look at past issues, however I believe the current set up is quite confusing as you'd need to look at issues in three different repositories to try to find a solution, rather than a single location. I wonder if there is a way to carry over the past issues from the subtree split repos to the main repo? |
Beta Was this translation helpful? Give feedback.
-
For PRs, we could add a pull request template to both of the subtree split repos encouraging users to submit the PR against the main repo instead |
Beta Was this translation helpful? Give feedback.
-
yes I think it is really necessary 😆 ... |
Beta Was this translation helpful? Give feedback.
-
ultimately I did not deactivate the issues because this leaves us the possibility of referring to their content. on the other hand I added explicit templates for the issues and pr |
Beta Was this translation helpful? Give feedback.
-
I think we should disable issues and pull requests in the https://github.com/lhapaipai/vite-plugin-symfony and https://github.com/lhapaipai/vite-bundle repositories and update the readmes of both to point people to this repository.
Having issues and pull requests open for all three repositories is confusing in my opinion and we can't accept PRs on the subtree repos anyway.
Beta Was this translation helpful? Give feedback.
All reactions