Skip to content

Conversation

@stalniy
Copy link
Contributor

@stalniy stalniy commented Jan 13, 2026

📝 Description

removes changes check in release workflow because workflow is executed on merge and release-please automatically picks the proper component for release

🔧 Purpose of the Change

  • New feature implementation
  • Bug fix
  • Documentation update
  • Code refactoring
  • Dependency upgrade
  • Other: chore

📌 Related Issues

  • Closes #ISSUE_NUMBER
  • References #ISSUE_NUMBER

✅ Checklist

  • I've updated relevant documentation
  • Code follows Akash Network's style guide
  • I've added/updated relevant unit tests
  • Dependencies have been properly updated
  • I agree and adhered to the Contribution Guidelines

📎 Notes for Reviewers

[Include any additional context, architectural decisions, or specific areas to focus on]

@stalniy stalniy requested a review from a team as a code owner January 13, 2026 14:18
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 13, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

Simplified the TypeScript release workflow by removing the has-changes job that filtered on path changes and the corresponding conditional gating from the release job, allowing the release pipeline to execute unconditionally.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Configuration
.github/workflows/release-ts.yaml
Removed cancel-in-progress: true from concurrency settings; eliminated has-changes job including its path filtering logic for ts/**; removed needs: has-changes dependency and if: needs.has-changes.outputs.ts == 'true' conditional from release job, simplifying the workflow control flow.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • baktun14

Poem

🐰 A workflow once guarded, now runs free,
No checks needed, just let it be!
One less job to worry about,
Simplicity wins—that's what it's all about! ✨

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/release-ts-fix2

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f31fa2b and 41d1322.

📒 Files selected for processing (1)
  • .github/workflows/release-ts.yaml

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

@stalniy stalniy merged commit a08fc23 into main Jan 13, 2026
6 of 7 checks passed
@stalniy stalniy deleted the chore/release-ts-fix2 branch January 13, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants