chore: Skip changeset status check on package release PRs#634
chore: Skip changeset status check on package release PRs#634ENvironmentSet merged 1 commit intomainfrom
Conversation
|
|
Caution Review failedThe pull request is closed. 📝 WalkthroughSummary by CodeRabbit
WalkthroughA single-line conditional was added to the Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub PR
participant GHA as GitHub Actions
participant CJ as changeset job
Dev->>GH: Open/Update PR
GH->>GHA: Trigger integration workflow
alt github.head_ref != "changeset-release/main"
GHA->>CJ: Run changeset job
CJ-->>GHA: Job completes
else github.head_ref == "changeset-release/main"
GHA--X CJ: Skip changeset job (conditional)
end
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
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. Comment |
Deploying stackflow-demo with
|
| Latest commit: |
825eaff
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a37e968f.stackflow-demo.pages.dev |
| Branch Preview URL: | https://skip-changeset-check-when-re.stackflow-demo.pages.dev |
No description provided.