Metadata-Version: 2.1
Name: mergify_cli
Version: 2024.10.11.13.7
Summary: Mergify CLI is a tool that automates the creation and management of stacked pull requests on GitHub
License: Apache License
Author: Mehdi Abaakouk
Author-email: sileht@mergify.com
Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiofiles (>=23.2.1,<25.0.0)
Requires-Dist: httpx (>=0.20.0)
Requires-Dist: rich (>=10.11.0)
Description-Content-Type: text/markdown

# Mergify CLI - Stacked Pull Request Automation

## Introduction

Mergify CLI is a powerful tool designed to simplify and automate the creation and management of stacked pull requests on GitHub. 

Before diving into its functionalities, let's grasp the concept of stacked pull requests and why they matter in the [documentation](https://docs.mergify.com/stacked_prs/#understanding-stacked-pull-requests).

## Documentation

- [Setting up stacked PR automation in a repository](https://docs.mergify.com/stacks/#setting-up-mergify-cli)
- [Creating and managing your PR stack](https://docs.mergify.com/stacks/#creating-stacked-pull-requests)

## Contributing

We welcome and appreciate contributions from the open-source community to make this project better. Whether you're a developer, designer, tester, or just someone with a good idea, we encourage you to get involved.

### How to

1. Fork the repository to your GitHub account.
2. Clone your forked repository to your local machine.

```bash
git clone https://github.com/your-username/your-fork.git
```

3. Push changes to your fork and submit your pull requests.

