github.pullrequestpayload.changes
Home > @runlightyear/github > PullRequestPayload > changes
PullRequestPayload.changes property
The changes to the comment if the action was edited.
Signature:changes: {
title: {
from: string;
};
body: {
from: string;
};
};