Skip to content

feat: add GitHub Actions CI/CD workflows#57

Merged
anujmindfire merged 4 commits into
developmentfrom
feat/ci-cd-workflows
Jun 25, 2026
Merged

feat: add GitHub Actions CI/CD workflows#57
anujmindfire merged 4 commits into
developmentfrom
feat/ci-cd-workflows

Conversation

@anujmindfire

Copy link
Copy Markdown
Collaborator
  • ci.yml: Run on all pushes/PRs. Checks: formatting (gofumpt), imports (gci), lint (golangci-lint), build, tests, go mod tidy
  • release.yml: Trigger on v* tags. Builds binaries for linux (amd64/arm64), darwin (amd64/arm64), windows (amd64). Generates checksums and creates GitHub Release
  • release-docs.yml: Trigger on main branch pushes. Builds Docusaurus documentation and deploys to gh-pages branch

Pull Request Title

Provide a brief title that describes your changes (e.g., "Add feature X" or "Fix issue #123").


Description

What does this PR do?

Provide a concise summary of your changes and what issue or feature they address.

Related Issues

Link any related issue(s) with references to help reviewers understand the context.

  • Closes #ISSUE_NUMBER (if applicable)

Type of Change

  • 🐛 Bug fix
  • 🚀 New feature
  • 📄 Documentation update
  • ⚙️ Code refactoring
  • 🔧 Configuration or CI/CD change
  • 🧹 Maintenance or dependency update

Checklist

Please ensure the following have been completed before submitting:

  • I have formatted my code using gofumpt.
  • I have managed imports using goimports or gci.
  • I have run linter using golangci-lint.
  • I have run tests using go test ./....
  • I have updated the documentation as needed.
  • I have added or updated tests for the changes in this PR.

Screenshots (if applicable)

Provide screenshots or GIFs if this PR changes the UI or has visible results.

Additional Context

Include any other context, references, or information that may be useful for the reviewers.


Thank you for your contribution!

We appreciate your efforts in making this project better.

- ci.yml: Run on all pushes/PRs. Checks: formatting (gofumpt),
  imports (gci), lint (golangci-lint), build, tests, go mod tidy
- release.yml: Trigger on v* tags. Builds binaries for linux
  (amd64/arm64), darwin (amd64/arm64), windows (amd64).
  Generates checksums and creates GitHub Release
- release-docs.yml: Trigger on main branch pushes. Builds
  Docusaurus documentation and deploys to gh-pages branch
@mindfiredigital mindfiredigital deleted a comment from coderabbitai Bot Jun 25, 2026
t.Chdir requires Go 1.24+, but CI runner uses Go 1.22.
Replaced with os.Chdir + t.Cleanup pattern to fix CI pipeline.
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@anujmindfire, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 44 minutes and 9 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: ASSERTIVE

Plan: Pro

Run ID: b597bb86-fd7c-42b6-a9ad-a2bbd8ddf2a1

📥 Commits

Reviewing files that changed from the base of the PR and between ec22af1 and 45ec3e1.

📒 Files selected for processing (7)
  • .github/workflows/ci.yml
  • .github/workflows/release-docs.yml
  • .github/workflows/release.yml
  • CONTRIBUTING.md
  • README.md
  • apps/cli/tests/crawler_test.go
  • apps/cli/tests/storage_test.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/ci-cd-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@anujmindfire anujmindfire merged commit 8e66739 into development Jun 25, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant