{"meta":{"title":"Closing a pull request","intro":"Close a pull request without merging it to manage unnecessary changes or address alternative solutions in other branches.","product":"Pull requests","breadcrumbs":[{"href":"/en/pull-requests","title":"Pull requests"},{"href":"/en/pull-requests/how-tos","title":"How-tos"},{"href":"/en/pull-requests/how-tos/merge-and-close-pull-requests","title":"Merge and close"},{"href":"/en/pull-requests/how-tos/merge-and-close-pull-requests/closing-a-pull-request","title":"Close a pull request"}],"documentType":"article"},"body":"# Closing a pull request\n\nClose a pull request without merging it to manage unnecessary changes or address alternative solutions in other branches.\n\n> \\[!TIP]\n> If you opened a pull request with the wrong base branch, instead of closing it and opening a new one, you can change the base branch. See [Changing the base branch of a pull request](/en/pull-requests/how-tos/create-pull-requests/changing-the-base-branch-of-a-pull-request).\n\n1. Under your repository name, click **<svg version=\"1.1\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" class=\"octicon octicon-git-pull-request\" aria-label=\"git-pull-request\" role=\"img\"><path d=\"M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z\"></path></svg> Pull requests**.\n2. In the \"Pull Requests\" list, click the pull request you want to close.\n3. At the bottom of the pull request, below the comment box, click **Close pull request**.\n4. Optionally, [delete the branch](/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request). This keeps the list of branches in your repository tidy."}