Skip to content

Conversation

@denar90
Copy link
Contributor

@denar90 denar90 commented Aug 21, 2025

🎉 Thanks for submitting a pull request! 🎉

Summary

Fixes #<replace_with_issue_number>


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@denar90 denar90 requested a review from a team as a code owner August 21, 2025 14:18
@github-actions
Copy link

github-actions bot commented Aug 21, 2025

📊 Benchmark results

Comparing with a873f90

  • Dependency count: 1,074 (no change)
  • Package size: 297 MB (no change)
  • Number of ts-expect-error directives: 382 (no change)


const draft = !deployToProduction && !alias
results = await api.createSiteDeploy({ siteId, title, body: { draft, branch: alias } })
const createDeployBody = { draft, branch: alias, include_upload_url: options.uploadSourceZip }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@denar90 I think it would be good to add something here that shows a warning and then quits for windows users if they are using this new flag, since I think they are not able to use the zip functionality

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea, I moved on command level and default falg to false

@denar90 denar90 enabled auto-merge (squash) August 22, 2025 09:22
@denar90 denar90 added the automerge Add to Kodiak auto merge queue label Aug 22, 2025
@denar90 denar90 disabled auto-merge August 25, 2025 12:25
@denar90 denar90 merged commit cd94c0a into main Aug 25, 2025
46 checks passed
@denar90 denar90 deleted the feat-upload-zip-after-deploy branch August 25, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to Kodiak auto merge queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants