chore: docs workflow skip - root README.md change (DO NOT MERGE - DELETE AFTER ENG-2148)#4220
chore: docs workflow skip - root README.md change (DO NOT MERGE - DELETE AFTER ENG-2148)#4220
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Thank you for following the naming conventions for pull request titles! 🙏 |
📝 WalkthroughWalkthroughThree changes: a non-functional HTML comment added to the repository README, the deploy workflow was gated on a detect_changes job output, and the detect_changes workflow’s docs path filter was narrowed to Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant PR as Pull Request
participant Detect as detect_changes job
participant Deploy as mintlify_deployment job
PR->>Detect: push / PR files
alt paths include apps/docs/**
Detect-->>Deploy: outputs.docs = 'true'
Deploy->>Deploy: run redeploy steps
else paths do not include apps/docs/**
Detect-->>Deploy: outputs.docs = 'false'
Note right of Deploy: mintlify_deployment skipped due to condition
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
What does this PR do?
Fixes # (issue)
If there is not an issue for this, please create one first. This is used to tracking purposes and also helps use understand why this PR exists
Type of change
How should this be tested?
Checklist
Required
pnpm buildpnpm fmtconsole.logsgit pull origin mainAppreciated