Skip to content

Commit e63dc5a

Browse files
authored
Merge pull request #140 from github/fix-pr-collision
Fix README collisions
2 parents 10ddd24 + e8b46d3 commit e63dc5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 duration from label application to removal, requires `LABELS_TO_MEASURE` env variable.|
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.

docs/search-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Create issue for opened issues and prs
6565
uses: peter-evans/create-issue-from-file@v4
6666
with:
67-
title: Monthly issue metrics report for opened issues and prs
67+
title: Monthly issue metrics report for opened issues and prs
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
content-filepath: ./issue_metrics.md
7070
assignees: <YOUR_GITHUB_HANDLE_HERE>

0 commit comments

Comments
 (0)