Skip to content
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

Sweep: change build-native-and-release.yml github action so that function.zip is uploaded to github packages instead of attachment to release (βœ“ Sandbox Passed) #235

Closed

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Dec 16, 2023

PR Feedback (click)

  • πŸ‘ Sweep Did Well
  • πŸ‘Ž Sweep Needs Improvement

Description

This pull request updates the .github/workflows/build-native-and-release.yml GitHub action to make the following changes:

  • Adds a step to upload the function.zip artifact to GitHub Packages.
  • Removes the step to upload sam.native.yaml as an attachment to the release.
  • Adds a new step to download the function.zip artifact.
  • Adds a step to setup Java version 11.
  • Adds a step to publish to GitHub Packages using the eskatos/gradle-command-action action.

Summary

  • Added step to upload function.zip artifact to GitHub Packages.
  • Removed step to upload sam.native.yaml as an attachment to the release.
  • Added step to download function.zip artifact.
  • Added step to setup Java version 11.
  • Added step to publish to GitHub Packages using eskatos/gradle-command-action.

Fixes #234.


πŸŽ‰ Latest improvements to Sweep:

  • We just released a dashboard to track Sweep's progress on your issue in real-time, showing every stage of the process – from search to planning and coding.
  • Sweep uses OpenAI's latest Assistant API to plan code changes and modify code! This is 3x faster and significantly more reliable as it allows Sweep to edit code and validate the changes in tight iterations, the same way as a human would.
  • Try using the GitHub issues extension to create Sweep issues directly from your editor! GitHub Issues and Pull Requests.

πŸ’‘ To get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

Copy link
Contributor Author

sweep-ai bot commented Dec 16, 2023

Sandbox Executions

  • Running GitHub Actions for .github/workflows/build-native-and-release.yml βœ“
Check .github/workflows/build-native-and-release.yml with contents:

Ran GitHub Actions for 2663fc03d36bcaec605dac352d068bd92b7fd98e:

Copy link
Contributor Author

sweep-ai bot commented Dec 16, 2023

Rollback Files For Sweep

  • Rollback changes to True

Copy link
Contributor Author

sweep-ai bot commented Dec 16, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add javadoc to all functions except one-liners.
  • Apply: Update the README.md file whenever a new feature is added. Make sure to include a description of the feature and any new commands.

Copy link
Contributor

Test Results

βŸβ€„23 files  Β±0β€‚β€ƒβŸβ€„23 suites  Β±0   11s ⏱️ Β±0s
157 tests Β±0  157 βœ”οΈ Β±0  0 πŸ’€ Β±0  0 ❌ Β±0 
163 runs  Β±0  163 βœ”οΈ Β±0  0 πŸ’€ Β±0  0 ❌ Β±0 

Results for commit 2663fc0. ± Comparison against base commit a1169de.

@yuriytkach yuriytkach closed this Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant