0.9.0 - #216
Open
sciabarracom wants to merge 14 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the repo to align with the latest main state while adding release/build tooling changes.
Changes:
- Bumped multiple git submodule pointers (e.g.,
olaris-op,cli,build, etc.). - Updated build automation to derive a release/tag, initialize git metadata when missing, and add a
releasetask. - Refreshed build instructions in
README.mdand adjusted license/ignore configuration (e.g.,RELEASEfile).
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| testing | Updates submodule commit pointer |
| olaris-op | Updates submodule commit pointer |
| olaris | Updates submodule commit pointer |
| cli | Updates submodule commit pointer |
| build | Updates submodule commit pointer |
| build-and-test-ubuntu.sh | Configures git identity for build scripts |
| Taskfile.yml | Adds release/tag derivation, gitinit, release packaging task, and formatting tweaks |
| README.md | Updates instructions for using release tarballs vs cloning branches |
| .licenserc.yaml | Expands ignored paths (e.g., .vscode/**, RELEASE, cli) |
| .gitignore | Ignores generated RELEASE file |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+102
to
+103
| git config --global user.name "Build OpenServerless" | ||
| git config --global user.email "noreply@example.com" |
Comment on lines
+216
to
+221
| cd "$i" | ||
| if ! test -e .git | ||
| then git init 2>/dev/null | ||
| git commit -m "init" --allow-empty | ||
| fi | ||
| cd .. |
| DIR=$(dirname $i) | ||
| DIR="$(dirname $i)" | ||
| echo "*** Checking license headers in $DIR" | ||
| cd $DIR |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
d4rkstar
requested changes
Aug 18, 2026
d4rkstar
left a comment
Contributor
There was a problem hiding this comment.
hello the script build-and-test-ubuntu.sh needs a review from @sciabarracom
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.
sync to manin