Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posting comments on a PR does not trigger GitHub workflow #5929

Open
cegekaJG opened this issue Apr 15, 2024 · 0 comments
Open

Posting comments on a PR does not trigger GitHub workflow #5929

cegekaJG opened this issue Apr 15, 2024 · 0 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@cegekaJG
Copy link

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
@alexr00 alexr00 added the bug Issue identified by VS Code Team member as probable bug label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants