-
Notifications
You must be signed in to change notification settings - Fork 95
feat(gce): Add label support to gce plugin #327
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
base: main
Are you sure you want to change the base?
Conversation
Allow creation of GCE molecule instances with labels assigned to them
for more information, see https://pre-commit.ci
/label enhancement |
@apatard , how can I add a label to this enhancement and what should I do to get it merged ? |
@ssbarnea can you help with the next steps ? |
It seems the lint job doesn't install Ansible collections and fails on |
This feature allows end users to specify labels for each platform. |
@ssbarnea what can I do to get this feature merged ? The lint fails due to missing google.cloud.gcp_compute_instance_info and I can remove everything from the test directory. |
Remove some unnecessary comments
Label error. Requires exactly 1 of: breaking, build, chore, ci, docs, feat, fix, perf, refactor, style, test. Found: feature. Follow https://www.conventionalcommits.org to get auto-labeling to work correctly. |
Seems the label check is failing cause it expects
|
No description provided.