Skip to content

Trigger gitStream check on new or edited comment #1

@vim-zz

Description

@vim-zz

Describe the bug
A clear and concise description of what the bug is.

To Reproduce

  1. Using this automation in a repo
automations:
  PR_title_must_contain_jira_id:
    if:
      - {{ pr.general_comments | length == 0 }}
    run:
      - action: add-comment@v1 
        args:
          comment: |
            WELCOME!
  1. Open a new PR
  2. Add a comment using the GitHub web editor
  3. gitStream doesn't trigger

Expected behavior
I expected gitStream to trigger and to add a comment WELCOME as a result

Screenshots
Screenshot 2022-12-12 at 16 07 59

Git provider
GitHub cloud

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions