-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Google Docs - create file from template and store in shared drive #19342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
WalkthroughThe pull request bumps the Google Docs package version and its Google Drive dependency, adds a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (2)
components/google_docs/actions/create-document-from-template/create-document-from-template.mjs(2 hunks)components/google_docs/package.json(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Publish TypeScript components
- GitHub Check: Verify TypeScript components
- GitHub Check: pnpm publish
- GitHub Check: Lint Code Base
🔇 Additional comments (2)
components/google_docs/package.json (1)
3-18: Version and@pipedream/google_drivebump look consistent—please confirm compatibility testingThe package version bump to
0.6.3and dependency bump to@pipedream/google_drive@^1.4.1are consistent with the action changes. Please make sure the updated Google Drive component’swatchedDrive/folderIdbehavior has been exercised by existing workflows using this package (especially create‑document‑from‑template) to rule out regressions tied to the dependency upgrade.components/google_docs/actions/create-document-from-template/create-document-from-template.mjs (1)
16-18: Action version bump to 0.0.8 is straightforwardThe version increment to
"0.0.8"matches the addition of a new public prop and behavior tweak, and keeps the action key stable, which is appropriate for backward‑compatible changes.
components/google_docs/actions/create-document-from-template/create-document-from-template.mjs
Show resolved
Hide resolved
GTFalcao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Hi everyone, all test cases are passed! Ready for release! Test reports
|
Followup to #19231
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.