-
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... #58
base: sweep/sweep_gha_fix_the_github_actions_run_fai_26
Are you sure you want to change the base?
[Sweep GHA Fix] The GitHub Actions run failed with... #58
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: Cmd('git') failed due to: exit code(128) |
Stale pull request message |
Description
This pull request includes several changes to the project. It updates the
.github/labeler.yml
file to add new configuration options for theexample_change
label. It also modifies the.github/workflows/testing.yml
file to add the--cov
flag to thepytest
command. Additionally, it updates theCONTRIBUTING.md
file to include a new section on fixing a failed GitHub Actions run.Summary
.github/labeler.yml
to add new configuration options for theexample_change
label..github/workflows/testing.yml
to add the--cov
flag to thepytest
command.CONTRIBUTING.md
to include a new section on fixing a failed GitHub Actions run.