GitHubComment@0 - GitHub Comment 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
-
GitHub 連線 (OAuth 或 PAT)
string
。 必須的。
指定用來連線至 GitHub 存放庫的 GitHub 服務連線名稱。 聯機必須以 GitHub 使用者的 OAuth 或 GitHub 個人存取令牌為基礎。 如需服務連線的詳細資訊,請參閱 管理服務連線。
repositoryName
-
存放庫
string
。 必須的。 預設值:$(Build.Repository.Name)
。
指定要在其中建立 GitHub 批注的 GitHub 存放庫名稱。
github pr/issue的 id
- 標識符
string
。
指定問題或PR編號。 如果在 PR 管線中使用,請將此字段保留空白,以動態找出標識碼。
comment
-
批注
string
。
要寫入之批注的內容。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制項選項和一般工作屬性。
輸出變數
沒有。
需求
要求 | 說明 |
---|---|
管線類型 | YAML、傳統組建、傳統版本 |
執行於 | Agent、DeploymentGroup |
需求 | 沒有 |
功能 | 此工作不符合作業中後續工作的任何需求。 |
命令限制 | 任意 |
Settable 變數 | 任意 |
代理程式版本 | 2.0.0 或更新 |
工作類別 | 效用 |