We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a4740 commit 3cccf46Copy full SHA for 3cccf46
1 file changed
src/github/activityBarViewProvider.ts
@@ -276,7 +276,7 @@ export class PullRequestViewProvider extends WebviewViewBase implements vscode.W
276
status: null,
277
reviewRequirement: null,
278
canUpdateBranch: pullRequest.item.viewerCanUpdate,
279
- events: [],
+ events: timelineEvents,
280
mergeMethodsAvailability,
281
defaultMergeMethod,
282
repositoryDefaultBranch: defaultBranch,
0 commit comments