How to completely remove an issue from GitHub?

后端 未结 11 1835
野的像风
野的像风 2020-12-04 06:55

Is it possible to completely remove an issue from the GitHub issue tracker?

11条回答
  •  孤街浪徒
    2020-12-04 07:09

    Still impossible. Another workaround to the ones suggested in the other answers is to label the issue as "deleted" (or any other label you might fancy better), to be able to filter them out if you use the github API to retrieve them. Obviously you should use that specific label only for this purpose, setting the label when you close the issue.

提交回复
热议问题