-
Notifications
You must be signed in to change notification settings - Fork 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
fix(action): add a workaround for known bots #27019
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the quick fix @gauthierpetetin 🙏 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm looks like it's still failing. I got Devin AI to duplicate the updates here and create a new PR so I can use that to test #27040
The error message in the test PR you prepared shows |
Hi @georgewrmarshall , I just tried it out on a test repo:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #27019 +/- ##
========================================
Coverage 69.96% 69.96%
========================================
Files 1441 1441
Lines 50102 50102
Branches 14012 14012
========================================
Hits 35049 35049
Misses 15053 15053 ☔ View full report in Codecov by Sentry. |
Builds ready [76669a9]
Page Load Metrics (1694 ± 103 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was under the impression the actions were run from the PR and not from develop
, which is why I expected the tests to pass in this duplicate PR that I had Devin create. Let's merge and test!
Description
Bots like "devin-ai-integration" are not Github users, which leads to the following error when the Github action is executed on PRs created by bots.
Same PR for Mobile repo.
This PR adds a workaround for known bots.
Related issues
Fixes: #27037
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist