Skip to content

Commit

Permalink
doc: add description of Mergify commands for merging a PR
Browse files Browse the repository at this point in the history
Signed-off-by: Niels de Vos <ndevos@ibm.com>
  • Loading branch information
nixpanic authored and mergify[bot] committed Aug 9, 2024
1 parent 4a46ffd commit d06497c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,11 @@ need to be met before it will be merged:
on the PR. The bot will merge the PR if it's having one approval and the
label `ready-to-merge`.

When the criteria are met, a project maintainer can merge your changes into
the project's devel branch.
When the criteria are met, a project maintainer can instruct the Mergify bot to
queue the PR for merging. This usually is done by leaving two comments:

* `@mergifyio rebase` to rebase on the latest HEAD of the branch
* `@mergifyio queue` once the rebasing is done, to add the PR to the merge queue

### Backport a Fix to a Release Branch

Expand Down

0 comments on commit d06497c

Please sign in to comment.