Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

support merge keyword in commits in order close PRs as merged from console. #548

@gaboesquivel

Description

@gaboesquivel

I use hub to manage pull requests and I would like to be able to mark PR as merged using the merged keyword in the commit message.

git am -3  repo/pull/number
git commit --amend 
or
git rebase --options
## add merged keyword
git push origin master

I currently use merge and close #number for reference but that doesn't mark the pull request as merged

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions