Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default owners for all files
* @scasplte2
# OttoBot-AI fork — no external approval required for iteration
* @ottobot-ai
18 changes: 6 additions & 12 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
## Changes
-
## Description
<!-- Brief description of changes -->

## Type
- [ ] Bug fix
- [ ] New feature
- [ ] Infrastructure/config change
- [ ] Documentation
## Related Issues
<!-- Link to related issues: Closes #123 -->

## Testing
- [ ] Tested locally
## Checklist
- [ ] Tests pass locally
- [ ] CI passes

## Deployment Notes
<!-- Any special steps needed after merge? -->
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,14 @@ jobs:

# Start cluster with SKIP_ASSEMBLY since all JARs are pre-staged in docker/jars/.
# --hypergraph-release sets TESSELLATION_VERSION for the Docker image tag.
# GITHUB_TOKEN is required: just up builds snapshot-streaming from source (sbt resolves
# from GitHub Packages), and sbt needs a valid token to authenticate. Without it,
# sbt fails with "unable to locate a valid GitHub token from Or(GitConfig(github.token),
# Environment(GITHUB_TOKEN))".
- name: Start cluster
working-directory: tessellation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
just up --hypergraph-release="v${{ steps.versions.outputs.tessellation }}" \
--skip-assembly --metagraph="${GITHUB_WORKSPACE}" --dl1 --data
Expand Down
Loading