Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6e994c8

Browse files
Removing unused property and resource
1 parent 4b91bce commit 6e994c8

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

src/GitHub.App/Services/PullRequestService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public async Task<Page<PullRequestListItemModel>> ReadPullRequests(
116116
Conclusion = run.Conclusion.FromGraphQl(),
117117
Status = run.Status.FromGraphQl()
118118
}).ToList(),
119-
ApplicationName = suite.App != null ? suite.App.Name : Resources.PrivateGitHubAppName
120119
}).ToList(),
121120
Statuses = commit.Commit.Status
122121
.Select(context =>
@@ -1029,8 +1028,6 @@ class LastCommitSummaryAdapter
10291028
class CheckSuiteSummaryModel
10301029
{
10311030
public List<CheckRunSummaryModel> CheckRuns { get; set; }
1032-
1033-
public string ApplicationName { get; set; }
10341031
}
10351032

10361033
class CheckRunSummaryModel

src/GitHub.Resources/Resources.Designer.cs

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GitHub.Resources/Resources.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,4 @@ https://git-scm.com/download/win</value>
836836
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
837837
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
838838
</data>
839-
<data name="PrivateGitHubAppName" xml:space="preserve">
840-
<value>Private GitHub App</value>
841-
</data>
842839
</root>

0 commit comments

Comments
 (0)