cloudforet-io / plugin-nhncloud-inven-collector

NHN Cloud Inventory Plugin
Apache License 2.0
5 stars 4 forks source link

Add Certificate Manager, RDS for MariaDB, RDS for MySQL resources #26

Closed andy000923 closed 1 month ago

andy000923 commented 1 month ago

Category

Description

Known issue

github-actions[bot] commented 1 month ago

⚠️ @andy000923 the signed-off-by was not found in the following 4 commits:

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'