vscode-pull-request-github
vscode-pull-request-github copied to clipboard
Posting comments on a PR does not trigger GitHub workflow
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:
- Open a repository with a workflow with the trigger
issue_comment: type: created
- Create a new PR and open the editor view of the PR
- Submit a new comment