An open API service indexing awesome lists of open source software.

https://github.com/austenstone/merge-queue-demo

GitHub Merge Queue demo
https://github.com/austenstone/merge-queue-demo

demo github

Last synced: 4 months ago
JSON representation

GitHub Merge Queue demo

Awesome Lists containing this project

README

          

# Merge Queue Demo

This project was made for demoing GitHub Merge Queue. Go run the Actions to create pull requests that will pass or fail checks in the merge queue.

## Actions

### Open Bad PRs
Opens X number of PRs that will pass checks but fail checks in the merge queue.

### Open Good PRs
Opens X number of PRs that will pass checks and pass checks in the merge queue.

### Merge Conflict PRs
Opens 2 PRs that will pass checks but conflict with each other in the merge queue.

## Resources
* [Managing a merge queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue)
* [Merging a pull request with a merge queue](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request-with-a-merge-queue)