-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
- 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!
- Open a new PR
- Add a comment using the GitHub web editor
- gitStream doesn't trigger
Expected behavior
I expected gitStream to trigger and to add a comment WELCOME as a result
Git provider
GitHub cloud
Additional context
None
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
