Add label to template variables

This commit is contained in:
Cole Davis
2025-09-12 15:21:34 -04:00
committed by Cole D
parent b5de2b9913
commit 9c4bc5dc35
8 changed files with 109 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ describe("formatContext", () => {
additions: 50,
deletions: 30,
state: "OPEN",
labels: {
nodes: [],
},
commits: {
totalCount: 3,
nodes: [],
@@ -63,6 +66,9 @@ Changed Files: 2 files`,
author: { login: "test-user" },
createdAt: "2023-01-01T00:00:00Z",
state: "OPEN",
labels: {
nodes: [],
},
comments: {
nodes: [],
},