-
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... #65
base: sweep/sweep_gha_fix_the_github_actions_run_fai_28
Are you sure you want to change the base?
[Sweep GHA Fix] The GitHub Actions run failed with... #65
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: Cmd('git') failed due to: exit code(128) |
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(128) |
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: b783ff2cf6) |
Stale pull request message |
Description
This pull request includes several changes to the project. The changes are as follows:
.github/labeler.yml
file to add the 'label1' to any changes within the 'example' folder or any subfolders..github/workflows/RELEASE.yml
file to set thePOETRY_VERSION
environment variable to "latest"..github/workflows/test.yml
file to use thepoetry run pytest
command instead ofmake test
for running tests..github/workflows/testing.yml
file to use thepoetry run pytest --cov
command instead ofpytest
for running tests with coverage.CONTRIBUTING.md
file to add a requirement for parameter descriptions in docstrings and to provide a Google Colab for testing new features.CONTRIBUTING.md
file to remove the code quality instructions.CONTRIBUTING.md
file to add guidelines for measuring software quality based on clean code principles.CONTRIBUTING.md
file to add guidelines for designing highly usable, functional, reliable, fast, and scalable code.CONTRIBUTING.md
file to add guidelines for testing code.docs/old-docs/design/CLEAN_CODE.md
file to add guidelines for measuring software quality based on clean code principles.docs/old-docs/design/DESIGN.md
file to add guidelines for designing highly usable, functional, reliable, fast, and scalable code.docs/old-docs/design/GOLDEN_METRIC.md
file to add guidelines for measuring software quality based on clean code principles.docs/old-docs/design/abstraction.py
file to add abstract methods and classes.pyproject.toml
file to add themypy
dependency..github/workflows/main.yml
file for building and testing the project.swarms/agents/base.py
file to add areset
method and update therun
method.Summary