在GitHub Pull request Checks标签中查看检查状态

时间:2019-05-01 08:52:26

标签: github azure-devops

我已在GitHub上安装了Azure Pipelines Marketplace应用:https://github.com/marketplace/azure-pipelines

在安装过程中,我选择了存储库并完成了配置流程,以创建一个新的import datetime from dateutil.relativedelta import * Date = [(datetime.date(2019, 4, 24),)] #Extract actual datetime object from Date variable date_obj = Date[0][0] #Increment month by 1 since January starts from 0 date_obj += relativedelta(months=1) today = datetime.date.today() #Using datetime from above eday = date_obj till_eday = eday - today print(till_eday.days) 文件。

但是-我已经在Azure DevOps(2-3年前配置)中建立了一个相当高级的构建定义,并且不允许我将其导出到YAML。

因此,当打开“拉取请求”时,GitHub中的“检查”选项卡将显示“ Azure管道”检查,而只是说它已排队且从未更新: enter image description here

状态检查仍使用旧方法报告回PR-头一个是生成状态,从Azure DevOps PR触发器自动报告回状态: enter image description here

1 个答案:

答案 0 :(得分:0)

您应完全删除Azure Pipelines应用程序:

然后重新安装https://github.com/marketplace/azure-pipelines应用程序。