fix: support comments on issue close
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ function displayCommandName(parts: string[]): string {
|
||||
for (let index = 0; index < parts.length; index += 1) {
|
||||
const part = parts[index] ?? "";
|
||||
shown.push(part);
|
||||
if (part === "--body") {
|
||||
if (part === "--body" || part === "--comment") {
|
||||
shown.push("<body:redacted>");
|
||||
index += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user