On cordova coho there is a section "Stale Pull Requests" To close a pull request that is no longer relevant / active:
- Create an empty commit in the repo of the pull request via: - `git commit --allow-empty -m "Closing stale pull request: close #99" So I think it can be done without editing the README.md (never tried) I sometimes ask the PR owner to close it if it's not going to be merged, but if he doesn't close it in a few days we can do this. 2016-03-23 21:05 GMT+01:00 Joe Bowser <bows...@gmail.com>: > Hey > > So, I don't know about the other repositories, but cordova-android on > GitHub has a lot of pull requests that are obviously never going to be > accepted because they're out of date or are not on the master branch. > Since we have no plans to merge things onto 3.7.x or the 4.1.x branches, it > would be good if we could somehow close them. > > AFAIK, the only way we can close them is by editing README.md and putting > in the git message. "This closes #<pull_request_num>", but it would be kind > of annoying to have to do that. That said, may be we should do that for > housekeeping. > > What do people think? > > Joe >