Skip to main content

pull-request-codecommit creates a PR within CodeCommit based on your commit messages.

Project description

pull-request-codecommit

License Maintenance GitHub release Continuous Integration codecov

This tool makes it easy to create pull requests for AWS CodeCommit. It relies on the Conventional Commits standard. It looks at the git commits between the current and the destination branch. Then it tries to create a pull request with this information as input.

Installation

You can install the pull-request-codecommit tool by running the following command:

pip install pull-request-codecommit

You can update an existing installation with the following command:

pip install --upgrade pull-request-codecommit

Installation in venv

Typically, you would want to run your dependencies isolated. You can install [pull-request-codecommit][pull-request-codecommit] in a venv using the following commands:

python -m venv .venv
source .venv/bin/activate
pip install pull-request-codecommit

You need to add the .venv/bin/ path to your system PATH. This is needed for the git pr commands to function.

Configuration

The tool uses the following file ~/.aws/pull-request-codecommit. It will first load the default profile and then, if provided the profile specific settings.

[profile default]
branch=main

[profile acme-profile]
branch=develop

Usage

To use pull-request-codecommit you just execute the following command:

git pr

Auto merge

In some cases it makes sense to directly merge the pull request, in those cases you can use:

git pr --auto-merge

This will directly merge the pull request using the fast-forward merge strategy. If the merge is successful, it will:

  • Merge and close the pull request.
  • Checkout the destination branch.
  • Pull the latest changes. (This will pull the just merged changes locally)
  • Remove the working branch.

From this point you are ready for the next change.

Update existing pull request

When a pull requests exists a proposal is made to update the existing pull request.

Overwrite target branch

When you want to overwrite the target branch you need to supply the --branch <name> option:

git pr --branch my-target-branch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pull_request_codecommit-1.0.0.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pull_request_codecommit-1.0.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file pull_request_codecommit-1.0.0.tar.gz.

File metadata

  • Download URL: pull_request_codecommit-1.0.0.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pull_request_codecommit-1.0.0.tar.gz
Algorithm Hash digest
SHA256 23266c890f6ef2f165a46bcd7afbafeb6850c10eec4217b5cf3260e3dabb9d40
MD5 8ad511e6d875d258d564f9b1aef43373
BLAKE2b-256 32f8704ad47d79b8e4e9221f2b94b70ca70858a11ae14c0d4a00c0413d7efb30

See more details on using hashes here.

File details

Details for the file pull_request_codecommit-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pull_request_codecommit-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef3c6bead3c7d8bc7d7d64d4688cdde39e966ed9b7e479103f3bde921cbcf50d
MD5 ad2b8f41c092413c3d1b5ec5cfbcf6d7
BLAKE2b-256 ffb5cfc8e7379bd308f7fc4b487a48223841e35c470c8643c6e4ea6136c9e6d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page