-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to install groups #424
base: main
Are you sure you want to change the base?
Add ability to install groups #424
Conversation
|
3dd8c1e
to
c52d39a
Compare
@robdimsdale could you take a look? Pretty please) |
@robdimsdale pinging one more time, because our team would like to have it |
@robdimsdale Sorry for pinging, don't want this to go to waste. Could you take a look or ping somebody who could? |
The PR seems OK to me. I am by no means a poetry expert, but what you're proposing sounds reasonable and it doesn't sound like it will change the existing or default behavior. The PR is stuck because Github didn't run the tests for some reason. I don't know of a way to fix this, but if you just push up a new commit that should trigger the actions again and hopefully Github will run them this time. I haven't tried, but looks like you can push an empty commit to do this too. Anyway, give that a shot and let me know. I might need to approve them to be run too. |
c52d39a
to
7e21fc3
Compare
Summary
Add the ability to specify which groups will be installed while making the
main
group as default oneUse Cases
When building for different environments like dev or prod. Would might need some dev tools, while prod is the opposite.
Closes #180
Checklist