Automate docs and license generation#37
Closed
OliverTrautvetter wants to merge 17 commits intomainfrom
Closed
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces automation for docs and license generation by adding a new script and GitHub workflow. The changes also add copyright headers to existing files to maintain consistent licensing across the codebase.
- Added a shell script to automate documentation generation and license updates
- Created a GitHub workflow to automatically run the script on PR and main branch changes
- Added consistent copyright headers to Go source files and GitHub workflow files
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| hack/update-docs-and-licenses.sh | New automation script for generating docs and updating licenses |
| .github/workflows/update-docs-and-licenses.yml | New GitHub workflow to run the automation script |
| internal/util/required_flag.go | Added copyright header |
| internal/portal/api_key.go | Added copyright header |
| internal/util/mocks.go | Reorganized imports and added copyright header |
| .github/workflows/*.yml | Added copyright headers to workflow files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3b694fc to
630bfdf
Compare
19d102e to
7b98d1c
Compare
* Adds a description to the service command * Updates README Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
…eparate commit Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
…kflow Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
7b98d1c to
19d102e
Compare
….com/codesphere-cloud/oms into automate_docs_and_license_generation Signed-off-by: GitHub Action <action@github.com>
19d102e to
2dec140
Compare
…eparate commit Signed-off-by: OliverTrautvetter <66372584+OliverTrautvetter@users.noreply.github.com>
….com/codesphere-cloud/oms into automate_docs_and_license_generation
….com/codesphere-cloud/oms into automate_docs_and_license_generation Signed-off-by: GitHub Action <action@github.com>
b3f17bd to
df61193
Compare
….com/codesphere-cloud/oms into automate_docs_and_license_generation Signed-off-by: GitHub Action <action@github.com>
6e14a30 to
d20d4b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.