Skip to content

Commit

Permalink
Clarify native GitHub rebase behavior (#146)
Browse files Browse the repository at this point in the history
* Clarify native GitHub rebase behavior

* Update README.md

Co-authored-by: Pascal <pascalgn@users.noreply.github.com>
  • Loading branch information
derekperkins and pascalgn committed Apr 26, 2021
1 parent 741c311 commit ebf03a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ see [automatic deletion of branches](https://help.github.com/en/articles/managin

----

**This functionality is now available directly in GitHub as [auto-merge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).** The automerge-action project will still be maintained, but users are encouraged to switch to auto-merge for simple workflows, as it offers a faster and more stable experience.
**This functionality is now available directly in GitHub as [auto-merge](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).** Note that GitHub does not currently support auto-rebasing pull requests. The automerge-action project will still be maintained, but users are encouraged to switch to auto-merge for simple workflows, as it offers a faster and more stable experience.

## Usage

Expand Down

0 comments on commit ebf03a4

Please sign in to comment.