GitHubComment@0 - GitHub 注释 v0 任务

使用此任务将注释写入 GitHub 实体,例如议题或拉取请求 (PR) 。

语法

# GitHub Comment v0
# Write a comment to your GitHub entity i.e. issue or a pull request (PR).
- task: GitHubComment@0
  inputs:
    gitHubConnection: # string. Required. GitHub connection (OAuth or PAT). 
    repositoryName: '$(Build.Repository.Name)' # string. Required. Repository. Default: $(Build.Repository.Name).
    #id: # string. ID of the github pr/issue. 
    #comment: # string. Comment.

输入

gitHubConnection - (OAuth 或 PAT) 的 GitHub 连接
string. 必需。

指定用于连接到 GitHub 存储库的 GitHub 服务连接的名称。 连接必须基于 GitHub 用户的 OAuth 或 GitHub 个人访问令牌。 有关服务连接的详细信息,请参阅 管理服务连接


repositoryName - 存储 库
string. 必需。 默认值:$(Build.Repository.Name)

指定要在其中创建 GitHub 注释的 GitHub 存储库的名称。


id - github pr/issue 的 ID
string.

指定问题或 PR 编号。 如果在 PR 管道中使用,请将此字段留空以动态找出 ID。


comment - 评论
string.

要写入的注释的内容。


任务控件选项

除任务输入外,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性

输出变量

无。

要求

要求 说明
管道类型 YAML,经典内部版本,经典发布
运行平台 Agent、DeploymentGroup
需求
功能 此任务不满足作业中后续任务的任何要求。
命令限制 任意
可设置的变量 任意
代理版本 2.0.0 或更高版本
任务类别 实用工具