Skip to content

chore: fixes release app workflow#2675

Merged
stalniy merged 1 commit intomainfrom
chore/release
Feb 5, 2026
Merged

chore: fixes release app workflow#2675
stalniy merged 1 commit intomainfrom
chore/release

Conversation

@stalniy
Copy link
Contributor

@stalniy stalniy commented Feb 5, 2026

Why

bug

Summary by CodeRabbit

  • Chores
    • Updated internal deployment automation to improve reliability and accuracy in identifying which components require deployment.

@stalniy stalniy requested a review from a team as a code owner February 5, 2026 12:44
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 5, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The pull request modifies the CI/CD workflow configuration to determine changed files differently. Instead of parsing commit data from the workflow event payload, it now fetches the changed file list directly from the GitHub API and persists it to changed_files.json before parsing.

Changes

Cohort / File(s) Summary
Workflow Configuration
.github/workflows/all-release.yml
Replaced commit event data parsing with GitHub API fetch of changed files; adds GH_TOKEN usage and changed_files.json output; updates downstream parsing logic to read from persisted JSON instead of environment variable.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested reviewers

  • baktun14
  • ygrishajev

Poem

🐰 A workflow refinement most fine,
No longer trusting event's design,
The API speaks truth, clear and bright,
JSON files dance in the moonlight,
Changed files now found with GitHub's might!

✨ 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

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

@stalniy stalniy merged commit b14e636 into main Feb 5, 2026
53 of 54 checks passed
@stalniy stalniy deleted the chore/release branch February 5, 2026 12:46
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.

2 participants

Comments