-
Notifications
You must be signed in to change notification settings - Fork 645
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
[IGNORE] #1453
[IGNORE] #1453
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Documentation
Description
Added bot detection logic for usernames and PR descriptions.
Enhanced bot user identification in GitHub, GitLab, and Bitbucket.
Updated Jira Data Center/Server documentation with new authentication methods.
Improved modularity by introducing utility functions for bot detection.
Changes walkthrough 📝
utils.py
Introduced utility functions for bot detection
pr_agent/git_providers/utils.py
is_user_name_a_bot
function to detect bot-like usernames.is_pr_description_indicating_bot
function to detect bot-like PRdescriptions.
bitbucket_app.py
Improved bot user detection in Bitbucket
pr_agent/servers/bitbucket_app.py
is_bot_user
logic to utilize new utility functions.github_app.py
Enhanced bot user detection in GitHub
pr_agent/servers/github_app.py
is_bot_user
logic with PR description checks.gitlab_webhook.py
Enhanced bot user detection in GitLab
pr_agent/servers/gitlab_webhook.py
fetching_ticket_context.md
Updated Jira Data Center/Server authentication documentation
docs/docs/core-abilities/fetching_ticket_context.md
methods.