Improvements to repository management - #16
Merged
Conversation
Move `changeset version` and `changeset publish` commands from inline workflow definitions into dedicated `release:version` and `release:publish` npm scripts in package.json for better maintainability and consistency.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
polystella-docs | b2fc417 | Commit Preview URL Branch Preview URL |
Jul 06 2026, 04:40 PM |
|
|
||
| - name: Install opencode | ||
| if: steps.verify-pr.outputs.exists == 'true' | ||
| run: npm install --global "opencode-ai@1.15.7" |
🚀 Deploying Preview to Cloudflare 🚀Preview Deployments by commit
|
commit: |
Add Semgrep workflow to run static analysis on pull requests, pushes to main/master, manual triggers, and monthly schedule (20th of each month). Pin semgrep to v1.160.0 with caching, use ubuntu-slim runner, and set 10-minute timeout. Configure concurrency grouping to cancel in-progress runs. Pin actions/checkout to v7.0.0 and actions/cache to v5 commit hashes.
Update all references from POLLYBOT to POLYSTELLABOT in workflow secrets, environment variables, step IDs, and changeset description. Update MODEL variable reference from POLLYBOT_MODEL to POLYSTELLABOT_MODEL with same default value.
Remove `|| secrets.CF_AI_GATEWAY_*` fallback logic from CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN, and CLOUDFLARE_GATEWAY_ID environment variables in the review workflow's pollystellabot step.
Collaborator
Author
|
/review |
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.
What does this PR do?
Adds maintainer-triggered
/reviewautomation backed by thepollystellabotGitHub App. The workflow mints a scoped app installation token, runs a locked OpenCode reviewer agent, and posts PR review feedback aspollystellabot[bot].This also fixes the Changesets release workflow command shape by moving compound commands into package scripts.
No linked issue.
Type of change
PolyStella invariants touched
Checklist
CONTRIBUTING.mdpnpm testpasses, or I have explained why it was not runpnpm exec tsc --noEmitpasses, or I have explained why it was not runAI-generated code disclosure
Screenshots / logs / test output
pnpm exec prettier --check ".github/workflows/review.yml" "package.json" "pnpm-workspace.yaml".github/workflows/review.ymlgit diff --checkpnpm exec opencode --version→1.15.7pnpm testpnpm exec tsc --noEmit