-
Notifications
You must be signed in to change notification settings - Fork 599
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
Refactor is_bot_user
function to improve actor type handling
#1359
Conversation
codiumai-pr-agent-pro
bot
commented
Nov 14, 2024
•
edited by qodo-merge-pro-for-open-source
bot
Loading
edited by qodo-merge-pro-for-open-source
bot
PR Reviewer Guide 🔍(Review updated until commit fe27f96)Here are some key observations to aid the review process:
|
/review |
Persistent review updated to latest commit 2c3aa7b |
… using safe dictionary access
/improve |
PR Code Suggestions ✨Latest suggestions up to fe27f96
Previous suggestionsSuggestions up to commit c934523
|
/review |
Persistent review updated to latest commit fe27f96 |
User description
fixes #1356
PR Type
enhancement, bug fix
Description
is_bot_user
function to improve handling of Bitbucket actor types by using theget
method for safer dictionary access.Changes walkthrough 📝
bitbucket_app.py
Refactor and fix actor type handling in `is_bot_user` function
pr_agent/servers/bitbucket_app.py
is_bot_user
function to improve handling of actor types.get
method for safer access.