Skip to content

Commit f785a2e

Browse files
authored
Fix README collisions
1 parent 10ddd24 commit f785a2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
[![CodeQL](https://github.com/github/issue-metrics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/codeql-analysis.yml) [![Docker Image CI](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml) [![Python package](https://github.com/github/issue-metrics/actions/workflows/python-package.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/python-package.yml)
44

5-
This is a GitHub Action that searches for issues/pull requests/discussions in a repository and measures and reports on several metrics.
5+
This is a GitHub Action that searches for issues/pull requests/discussions in a repository, measures several metrics, and generates a report in form of a GitHub issue.
66
The issues/pull requests/discussions to search for can be filtered by using a search query.
77

88
| Metric | Description |
99
|--------|-------------|
1010
|Time to First Response | The duration from creation to the initial comment or review.|
1111
|Time to Close | The period from creation to closure.|
1212
|Time to Answer (Discussions Only) | The time from creation to an answer.|
13-
|Time in Label | The duration from label application to removal, requires LABELS_TO_MEASURE env variable.|
13+
|Time in Label | The time between when a label has a specific label applied to an issue/pull request/discussion and when it is removed. This requires the `LABELS_TO_MEASURE` env variable to be set.|
1414

1515
*For pull requests, these metrics exclude the time the PR was in draft mode.
16+
1617
*For Issue and pull requests, issue/pull request author's own comments and comments by bots are excluded.
1718

1819
This action, developed by GitHub OSPO for our internal use, is open-sourced for your potential benefit.

0 commit comments

Comments
 (0)