Skip to content

Commit be94607

Browse files
committed
doc: mdformat for README.md
1 parent 676b5cf commit be94607

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,7 @@ This action can be configured to authenticate with GitHub App Installation or Pe
158158
| `HIDE_TIME_TO_ANSWER` | False | False | If set to `true`, the time to answer a discussion will not be displayed in the generated Markdown file. |
159159
| `HIDE_TIME_TO_CLOSE` | False | False | If set to `true`, the time to close will not be displayed in the generated Markdown file. |
160160
| `HIDE_TIME_TO_FIRST_RESPONSE` | False | False | If set to `true`, the time to first response will not be displayed in the generated Markdown file. |
161-
<<<<<<< HEAD
162-
| `HIDE_TIME_TO_FIRST_REVIEW` | False | False | If set to `true`, the time to first review will not be displayed in the generated Markdown file. |
163-
=======
164161
| `HIDE_TIME_TO_FIRST_REVIEW` | False | False | If set to `true`, the time to first review will not be displayed in the generated Markdown file. |
165-
>>>>>>> 14965b3 (doc: README.md edited for time_to_first_review metric)
166162
| `HIDE_STATUS` | False | True | If set to `true`, the status column will not be shown |
167163
| `HIDE_CREATED_AT` | False | True | If set to `true`, the creation timestamp will not be displayed in the generated Markdown file. |
168164
| `HIDE_PR_STATISTICS` | False | True | If set to `true`, PR comment statistics (mean, median, 90th percentile, and individual PR comment counts) will not be displayed in the generated Markdown file. |
@@ -179,11 +175,7 @@ This action can be configured to authenticate with GitHub App Installation or Pe
179175
| `REPORT_TITLE` | False | `"Issue Metrics"` | Title to have on the report issue. |
180176
| `SEARCH_QUERY` | True | `""` | The query by which you can filter issues/PRs which must contain a `repo:`, `org:`, `owner:`, or a `user:` entry. For discussions, include `type:discussions` in the query. |
181177
| `GROUP_BY` | False | `""` | Group items in the report by the specified field. Supported values: `author`, `assignee`. When set, items will be grouped into separate sections by the chosen field. |
182-
<<<<<<< HEAD
183-
| `SORT_BY` | False | `""` | Sort items in the report by the specified field. Supported values: `time_to_close`, `time_to_first_response`, `time_to_first_review`, `time_to_answer`, `time_in_draft`, `created_at`. When set, items will be sorted by the chosen metric. |
184-
=======
185178
| `SORT_BY` | False | `""` | Sort items in the report by the specified field. Supported values: `time_to_close`, `time_to_first_response`, `time_to_first_review`, `time_to_answer`, `time_in_draft`, `created_at`. When set, items will be sorted by the chosen metric. |
186-
>>>>>>> 14965b3 (doc: README.md edited for time_to_first_review metric)
187179
| `SORT_ORDER` | False | `asc` | Sort order for the items. Supported values: `asc` (ascending), `desc` (descending). Only applies when `SORT_BY` is set. |
188180

189181
## Further Documentation
@@ -218,4 +210,4 @@ We would ❤️ contributions to improve this action. Please see [CONTRIBUTING.m
218210

219211
## More OSPO Tools
220212

221-
Looking for more resources for your open source program office (OSPO)? Check out the [`github-ospo`](https://github.com/github/github-ospo) repository for a variety of tools designed to support your needs.
213+
Looking for more resources for your open source program office (OSPO)? Check out the [`github-ospo`](https://github.com/github/github-ospo) repository for a variety of tools designed to support your needs.

0 commit comments

Comments
 (0)