-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] Fix the failing GitHub Actions on b2f68a8 (main) #1853
Conversation
Rollback Files For Sweep
|
🚀 Wrote ChangesDone. This is an automated message generated by Sweep AI. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1853 +/- ##
========================================
- Coverage 5.33% 4.78% -0.55%
========================================
Files 43 42 -1
Lines 3823 3801 -22
========================================
- Hits 204 182 -22
Misses 3606 3606
Partials 13 13 ☔ View full report in Codecov by Sentry. |
Working on it... This is an automated message generated by Sweep AI. |
OpenIM TestOpenIM API TestCommand Output for OpenIM API Test
OpenIM E2E TestCommand Output for OpenIM E2E Test
|
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR fixes the failing GitHub Actions run on commit b2f68a8 (main). The error message "Committers of Pull Request number 1852 have to sign the CLA" indicates that the committers of the pull request need to sign the Contributor License Agreement (CLA) before the GitHub Actions can proceed. This PR updates the GitHub Actions workflow to include a step for checking the CLA status and fails the workflow if the CLA is not signed.
Summary of Changes
.github/workflows/main.yml
to include a step for checking the CLA status.Please review and merge this PR to resolve the failing GitHub Actions run.