-
Notifications
You must be signed in to change notification settings - Fork 585
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 Bitbucket Pipeline Integration and Update Documentation #386
Conversation
/describe |
PR Analysis
PR Feedback
How to use
|
/review |
PR Analysis
PR Feedback
How to use
|
…line Refactor Bitbucket Pipeline Integration and Update Documentation
PR Type:
Refactoring, Documentation
PR Description:
This PR refactors the Bitbucket Pipeline integration by removing redundant functionality and updating the instructions in INSTALL.md. The changes simplify the process of setting up PR-Agent as a Bitbucket Pipeline, making it easier for users to integrate PR-Agent into their workflow.
PR Main Files Walkthrough:
files:
pr_agent/servers/bitbucket_pipeline_runner.py
: The entire content of this file has been removed, indicating that the functionality it provided is no longer needed.bitbucket_pipeline/entrypoint.sh
: The script command to run the bitbucket_pipeline_runner.py has been removed.Dockerfile.bitbucket_pipeline
: The Dockerfile for the Bitbucket pipeline has been significantly reduced, removing environment variable settings and other setup steps.INSTALL.md
: The instructions for setting up PR-Agent as a Bitbucket Pipeline have been updated and simplified. The new instructions no longer require the user to clone the repository and build a Docker image. Instead, they can directly run the PR-Agent Docker image with the appropriate environment variables.