Skip to content

Commit fcc0664

Browse files
authored
Merge pull request github#55 from github/remove-metric
Remove mention of problematic metric that will not be implemented
2 parents f28ef5b + b2800a5 commit fcc0664

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/open-source-health-metrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ The Repository object in the GraphQL API is the primary location for metrics whi
4848
4949
- **LastContributionDate** - The most recent date there was _any of_ the following activity: a commit to a repository’s default branch, opening an issue or discussion, answering a discussion, proposing a pull request, or submitting a pull request review. This is a good single-number metric to find projects that may be unmaintained or in need of archiving.
5050
- **CommitCount** - A monotonically increasing count of the total number of commits pushed to the default branch of the repository. Tracking the change in this over time will give a sense of the overall activity in the repository.
51-
- **IssueCommentCount** - Similar to CommitCount, this is a monotonically increasing count of the total number of comments on issues in the repository.
5251

5352
### More useful metrics
5453

0 commit comments

Comments
 (0)