vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Posting comments on a PR does not trigger GitHub workflow

Open cegekaJG opened this issue 10 months ago • 0 comments

One of the workflow file in the repository linked below has the following property:

on:
  issue_comment:
    types:
      created

Despite this, GitHub workflows with the trigger issue_comment will not start when adding a comment to a PR from the extension's editor view. This error does not occur when commenting on the web client.

  • Extension version: v0.86.1
  • VSCode Version: 1.88.1
  • OS: Windows_NT x64 10.0.20348
  • Repository Clone Configuration (single repository/fork of an upstream repository): https://github.com/cegekaJG/test-branch-update
  • Github Product (Github.com/Github Enterprise version x.x.x): Github.com

Steps to Reproduce:

  1. Open a repository with a workflow with the trigger issue_comment: type: created
  2. Create a new PR and open the editor view of the PR
  3. Submit a new comment

cegekaJG avatar Apr 15 '24 10:04 cegekaJG