Skip to content

Conversation

@volnei
Copy link
Contributor

@volnei volnei commented Nov 13, 2025

Summary by cubic

Set up GitHub Actions for format, lint, test, and build on pushes to main and pull requests, using Bun 1.3.1 for consistent CI. Added a manual publish workflow (build selected package, bump version, publish to npm, tag release) and PR automation (auto-assign, labeler), and migrated linting/formatting to Biome.

  • New Features

    • Added test script in package.json (bun test --pass-with-no-tests) so the test workflow runs even when no tests exist.
    • Added CI and Publish status badges to the README.
  • Refactors

    • Switched from ESLint/Prettier to Biome; updated scripts, removed local ESLint config, and formatted registry files.

Written for commit 3e3fe53. Summary will update automatically on new commits.

@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
coss-com Ready Ready Preview Comment Nov 17, 2025 6:12pm
coss-com-ui Ready Ready Preview Comment Nov 17, 2025 6:12pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
coss-com-origin Skipped Skipped Nov 17, 2025 6:12pm

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

@volnei
Copy link
Contributor Author

volnei commented Nov 14, 2025

@cubic-dev-ai add a comprehensive PR description

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 6 files (reviewed changes from recent commits).

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name=".github/workflows/labeler.yml">

<violation number="1" location=".github/workflows/labeler.yml:4">
Running this workflow on pull_request events will fail for forked PRs because the GITHUB_TOKEN there is read-only, so actions/labeler cannot set labels. Triggering only on pull_request_target avoids the failure while still labeling PRs.</violation>
</file>

Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR

Base automatically changed from perf/biome to main November 17, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants