botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Add GitHubPRComment DevOps task

Open ceciliaavila opened this issue 4 years ago • 1 comments

Description

This PR moves the GitHubPRComment task from southworks/SOUTHWORKS-azure-pipelines-tasks to this repository to be re-published as a Microsoft task.

This task receives plain text files and uses the content to create a GitHub comment on a Pull Request. It must be configured with a GitHub User Token, a repository name, a PR number, and the file path to get the text for the comment. image

It's currently used in the BotBuilder-DotNet-CI-PR pipeline along with the API Compat task to post messages in the PRs that introduce compatibility issues. image

Specific Changes

  • Adds the GitHubPRComment source, task definition files, and documentation.

ceciliaavila avatar Feb 05 '21 15:02 ceciliaavila

Hi @mrivera-ms, we updated the PR's description with the info you requested. Thanks!

ceciliaavila avatar Dec 15 '21 19:12 ceciliaavila