Questions regarding the project #50
Replies: 2 comments
-
Hey @jorsmatthys 👋 Thanks so much for logging this 💯 I am very open to the conversation :) Let me try and answer your questions :)
This is a very fair shout out 😢 I need to create a github action or look to see if there is one that already exists that helps automate this. There is no reason why this is behind apart from the fact it's just human error.
Is your main question here is why we don't run it all in one command, versus writing it within two? This is a great question and something that has come up a few times, but there is a good reason why we do this. A lot of the customers who run this run it across a few hundred repositories. The value of splitting it up is there are most likely 1/2 known repositories that they don't want to run the script on. If there was no break, you wouldn't have a chance to review the contents and remove certain repositories. This was a key requirement from a few customers. So that's why we have the pause. It does double the time it is going to take, so I agree this isn't perfectly optimal. I may be open to something that would allow people to override the default and run everything together, but I would want to architect how this was going to work. tl;dr is there a reason, to be able to remove certain repos and review, but open to adding different functionality.
Done 💯 -- Thanks for working with me through this repository @jorsmatthys ❤️ your collaboration makes me work on the right things. :)
I would be very open to this and 100% correct 👍 I have been meaning to get around to this for a long time but never have 😢 I do want to do this work so please feel free to log an issue! would be very open for this 👍 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback on all points and the new tag 👍 💯 For the second point, my main question was about running |
Beta Was this translation helpful? Give feedback.
-
@NickLiffen
In trying to roll out this application I still have a few questions, things I noted. I wanted to hear your opinion on these first and I'll log a request if you tell me they are relevant :)
My questions:
Kind regards,
Jors
Beta Was this translation helpful? Give feedback.
All reactions