-
Notifications
You must be signed in to change notification settings - Fork 65
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 generated connector repo templates and related workflows #6759
Add generated connector repo templates and related workflows #6759
Conversation
@NipunaRanasinghe do we need to add |
library-templates/generated-connector-template/files/ballerina/Ballerina.toml
Outdated
Show resolved
Hide resolved
…/Ballerina.toml Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com>
Yeah thats the case for our repos. But incase we need to use this workflow for the external repos (especially during the connector externalization event), better to make the license a part of the template to avoid any copyright issues in the future IMO. So the PRs will change the license only if the target repo doesn't have it, and there will be no changes otherwise. wdyt? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM shall we add the standard workflows for the repo?
Yes those should also be a part of the templates. Missed to commit them. Thanks for pointing that out! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
Resolves #6745.
This PR introduces the generated connector template with an scalable approach that can be extended to other library templates in the future.
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning