Metadata-Version: 2.1
Name: gh-pr-update-description
Version: 0.1.4
Summary: Update Github PR description with top commit title + body
Home-page: https://github.com/noahp/gh-pr-update-description
Author: Noah Pendleton
Author-email: 2538614+noahp@users.noreply.github.com
License: UNKNOWN
Project-URL: Code, https://github.com/noahp/gh-pr-update-description
Project-URL: Issue tracker, https://github.com/noahp/gh-pr-update-description/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: gitpython
Requires-Dist: pygithub

[![GitHub](https://img.shields.io/badge/GitHub-noahp%2Fgh--pr--update--description-8da0cb?style=for-the-badge&logo=github)](https://github.com/noahp/gh-pr-update-description)
[![PyPI
version](https://img.shields.io/pypi/v/gh-pr-update-description.svg?style=for-the-badge)](https://pypi.org/project/gh-pr-update-description/)
[![PyPI
pyversions](https://img.shields.io/pypi/pyversions/gh-pr-update-description.svg?style=for-the-badge)](https://pypi.python.org/pypi/gh-pr-update-description/)

# 🔃 GitHub PR Update Description

Python script to attempt to refresh the github PR description with the top
commit.

## Usage

Requires a github token available from git config, eg:

```bash
git config github.apitoken <your token>
```

```bash
❯ pip install gh-pr-update-description

❯ gh-pr-update-description
About to update description on https://github.com/foo/bar/pull/128, ready? [Y/n]:
PR successfully updated 🎉 !
```


