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

Configure Sweep #4

Merged
merged 5 commits into from
Aug 17, 2023
Merged

Configure Sweep #4

merged 5 commits into from
Aug 17, 2023

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Aug 17, 2023

🎉 Thank you for installing Sweep! We're thrilled to announce the latest update for Sweep, your trusty AI junior developer on GitHub. This PR creates a sweep.yaml config file, allowing you to personalize Sweep's performance according to your project requirements.

What's new?

  • Sweep is now configurable.
  • To configure Sweep, simply edit the sweep.yaml file in the root of your repository.
  • If you need help, check out the Sweep Default Config or Join Our Discord for help.

If you would like me to stop creating this PR, go to issues and say "Sweep: create an empty sweep.yaml file".
Thank you for using Sweep! 🧹

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Aug 17, 2023
@sweep-ai
Copy link
Contributor Author

sweep-ai bot commented Aug 17, 2023

GitHub actions yielded the following error.

The command that failed is pre-commit run --show-diff-on-failure --color=always --all-files. Here are the relevant lines from the logs:

fix end of files.........................................................�[41mFailed�[m
�[2m- hook id: end-of-file-fixer�[m
�[2m- exit code: 1�[m
�[2m- files were modified by this hook�[m

Fixing .github/ISSUE_TEMPLATE/sweep-refactor.yml
Fixing .github/ISSUE_TEMPLATE/sweep-bugfix.yml
Fixing .github/ISSUE_TEMPLATE/sweep-feature.yml

pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
�[1mdiff --git a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml�[m
�[1mindex 25f43c3..67f5e6d 100644�[m
�[1m--- a/.github/ISSUE_TEMPLATE/sweep-bugfix.yml�[m
�[1m+++ b/.github/ISSUE_TEMPLATE/sweep-bugfix.yml�[m
�[36m@@ -8,4 +8,4 @@�[m �[mbody:�[m
attributes:�[m
label: Details�[m
description: More details about the bug�[m
�[31m-      placeholder: The bug might be in ... file�[m
\ No newline at end of file�[m
�[32m+�[m�[32m      placeholder: The bug might be in ... file�[m
�[1mdiff --git a/.github/ISSUE_TEMPLATE/sweep-feature.yml b/.github/ISSUE_TEMPLATE/sweep-feature.yml�[m
�[1mindex 6b985bc..76c2878 100644�[m
�[1m--- a/.github/ISSUE_TEMPLATE/sweep-feature.yml�[m
�[1m+++ b/.github/ISSUE_TEMPLATE/sweep-feature.yml�[m
�[36m@@ -8,4 +8,4 @@�[m �[mbody:�[m
attributes:�[m
label: Details�[m
description: More details for Sweep�[m
�[31m-      placeholder: The new endpoint should use the ... class from ... file because it contains ... logic�[m
\ No newline at end of file�[m
�[32m+�[m�[32m      placeholder: The new endpoint should use the ... class from ... file because it contains ... logic�[m
�[1mdiff --git a/.github/ISSUE_TEMPLATE/sweep-refactor.yml b/.github/ISSUE_TEMPLATE/sweep-refactor.yml�[m
�[1mindex ed0f8a6..5e83603 100644�[m
�[1m--- a/.github/ISSUE_TEMPLATE/sweep-refactor.yml�[m
�[1m+++ b/.github/ISSUE_TEMPLATE/sweep-refactor.yml�[m
�[36m@@ -8,4 +8,4 @@�[m �[mbody:�[m
attributes:�[m
label: Details�[m
description: More details for Sweep�[m
�[31m-      placeholder: We are migrating this function to ... version because ...�[m
\ No newline at end of file�[m
�[32m+�[m�[32m      placeholder: We are migrating this function to ... version because ...�[m
##[error]Process completed with exit code 1.

There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR.

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.

Copy link
Contributor

@MooooCat MooooCat left a comment

Choose a reason for hiding this comment

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

Approved

@MooooCat MooooCat merged commit 48dae40 into main Aug 17, 2023
6 checks passed
@MooooCat MooooCat deleted the sweep/add-sweep-config branch August 17, 2023 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant