-
Notifications
You must be signed in to change notification settings - Fork 1
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 GHA Fix] The GitHub Actions run failed with... #59
base: sweep/sweep_gha_fix_the_github_actions_run_fai_27
Are you sure you want to change the base?
[Sweep GHA Fix] The GitHub Actions run failed with... #59
Conversation
Apply Sweep Rules to your PR?
This is an automated message generated by Sweep AI. |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs:
An error has occurred: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/git/refs#create-a-reference"} (tracking ID: 6f30c3eab3) |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs:
An error has occurred: Cmd('git') failed due to: exit code(-6) |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs:
An error has occurred: 422 {"message": "Reference already exists", "documentation_url": "https://docs.github.com/rest/git/refs#create-a-reference"} (tracking ID: fe052b3032) |
Stale pull request message |
Description
This pull request includes several changes to the codebase. The changes are as follows:
.github/labeler.yml
file to add new labels for specific changes within the 'example' and 'example2' folders..github/workflows/testing.yml
file to include the--cov
flag when running the unit tests.CONTRIBUTING.md
file to provide clearer instructions for installing and running the pre-commit tool.CONTRIBUTING.md
file.docs/old-docs/C0NTRIBUTING.md
file to provide a more detailed introduction to contributing to the project.docs/old-docs/design/CLEAN_CODE.md
file.docs/old-docs/design/abstraction.py
file to reflect the current implementation.pyproject.toml
file to include themypy
dependency.swarms/agents/base.py
file to add new methods and parameters.swarms/workers/base.py
file to add new methods and parameters.Summary
.github/labeler.yml
to add new labels for specific changes within 'example' and 'example2' folders..github/workflows/testing.yml
to include--cov
flag when running unit tests.CONTRIBUTING.md
to provide clearer instructions for installing and running pre-commit tool.CONTRIBUTING.md
.docs/old-docs/C0NTRIBUTING.md
to provide a more detailed introduction to contributing.docs/old-docs/design/CLEAN_CODE.md
.docs/old-docs/design/abstraction.py
to reflect current implementation.pyproject.toml
to includemypy
dependency.swarms/agents/base.py
to add new methods and parameters.swarms/workers/base.py
to add new methods and parameters.