You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
Hi, first of all, awesome stuff ! thank you for maintaining it.
what I am trying to achieve is a comment on a pull request that keeps being updated from my continuous integration builds .
using ghi comment --amend $comment $pullRequestNumber i'm getting No recent comment found. even tho few seconds before, when i ran it with -m instead of --amend, i was able to post a comment correctly on my PR.
i was trying to look on ghi edit rb file but couldn't find a way to edit the specific comment of the pull request, or even step before that, how am i able to get the comment id from my previous post using ghi comment
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, first of all, awesome stuff ! thank you for maintaining it.
what I am trying to achieve is a comment on a pull request that keeps being updated from my continuous integration builds .
using
ghi comment --amend $comment $pullRequestNumber
i'm getting No recent comment found. even tho few seconds before, when i ran it with -m instead of --amend, i was able to post a comment correctly on my PR.i was trying to look on ghi edit rb file but couldn't find a way to edit the specific comment of the pull request, or even step before that, how am i able to get the comment id from my previous post using ghi comment
The text was updated successfully, but these errors were encountered: