我有一个请求,希望通过github API删除状态为# update the best we've seen so far based on this new maximum
if bestSeen is None or problem.get(neighbor) > problem.get(bestSeen):
bestSeen = neighbor
if not trace is None: trace.setBestSeen(bestSeen)
的某些请求请求,我知道请求请求的ID,但是找不到通过API可以完成的相同操作( https://developer.github.com/v3/pulls/reviews/)
但是,同样的方法也可以通过github UI实现。
处于状态# return when we know we've found a peak
if neighbor == bestLoc and problem.get(bestLoc) >= problem.get(bestSeen):
if not trace is None: trace.foundPeak(bestLoc)
return bestLoc
的审查也无法撤消。
还有其他方法可以删除请求请求的评论吗,我具有管理员访问权限
一旦从分支ABC提出了拉取请求,并且对分支ABC有任何新提交(假设拉取请求仍处于打开状态),则Webhook设置会进行通信并运行作业,以对拉取请求进行审核,加上评论,我想删除当前的任何较早的拉取请求评论。