You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auto-approve feature of PR Agent is not functioning as expected despite being configured in the .pr_agent.toml file and executed through GitLab CI. The main goal is to enable auto-approval based on predefined criteria.
Steps to Reproduce
Set up the .pr_agent.toml file with the following configuration:
Summary
The auto-approve feature of PR Agent is not functioning as expected despite being configured in the
.pr_agent.toml
file and executed through GitLab CI. The main goal is to enable auto-approval based on predefined criteria.Steps to Reproduce
.pr_agent.toml
file with the following configuration:.pr_agent.toml
file in thedevelop
branch of the repository.Observed Behavior
approve_pr_on_self_review
setting does not approve the PR even when the checkbox "I am familiar with the suggestions" is selected.apply_suggestions_checkbox
setting does not add the expected checkbox for applying suggestions.commitable_code_suggestions
setting works correctly, allowing immediate commits of suggestions.--config.output_relevant_configurations=true
flag does not output the configuration applied during theimprove
step.Expected Behavior
enable_auto_approval = true
is set in.pr_agent.toml
.approve_pr_on_self_review
setting should approve the PR when the self-review checkbox is selected.apply_suggestions_checkbox
setting should add the expected checkbox in the interface.--config.output_relevant_configurations=true
flag should output the effective configuration applied during the process.Additional Context
.pr_agent.toml
file is located in thedevelop
branch of the repository.Request for Assistance
Please advise on:
enable_auto_approval
setting is not being respected despite being set totrue
.approve_pr_on_self_review
,apply_suggestions_checkbox
) are not functioning as expected.--config.output_relevant_configurations=true
outputs the correct configuration during the CI pipeline run.The text was updated successfully, but these errors were encountered: