-
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... #60
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... #60
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: 8cc9fe559c) |
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: 57724a45ed) |
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: 8d15bcfeb5) |
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 the labellabel1
to any changes within theexample
folder or any subfolders..github/workflows/RELEASE.yml
file to set thePOETRY_VERSION
environment variable to "latest" instead of "1.4.2"..github/workflows/test.yml
file to replace themake test
command withpoetry run pytest
and themake extended_tests
command withpoetry run pytest-extended
..github/workflows/testing.yml
file to replace therun: pytest
command withrun: pytest --cov
.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 provide instructions for installing and running thepre-commit
tool.CONTRIBUTING.md
file to add a step in the GitHub Actions workflow file to enforce pre-commit checks.CONTRIBUTING.md
file to provide guidelines for writing docstrings and type checking.CONTRIBUTING.md
file to remove the requirement for PRs to pass all tests and linting requirements before they can be merged.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.docs/swarms/memory/pg.md
file to add instructions for enforcing pre-commit checks and code-quality checks during database setup.pyproject.toml
file to change theline-length
setting in the[tool.black]
section to 90.swarms/agents/base.py
file to add areset
method to theAgent
class and to update therun
method.📚 Documentation preview 📚: https://swarms--60.org.readthedocs.build/en/60/