You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,11 +158,7 @@ This action can be configured to authenticate with GitHub App Installation or Pe
158
158
| `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. |
159
159
| `HIDE_TIME_TO_CLOSE` | False | False | If set to `true`, the time to close will not be displayed in the generated Markdown file. |
160
160
| `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
-
=======
164
161
| `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)
166
162
| `HIDE_STATUS` | False | True | If set to `true`, the status column will not be shown |
167
163
| `HIDE_CREATED_AT` | False | True | If set to `true`, the creation timestamp will not be displayed in the generated Markdown file. |
168
164
| `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
179
175
| `REPORT_TITLE` | False | `"Issue Metrics"` | Title to have on the report issue. |
180
176
| `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. |
181
177
| `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
-
=======
185
178
| `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)
187
179
| `SORT_ORDER` | False | `asc` | Sort order for the items. Supported values: `asc`(ascending), `desc` (descending). Only applies when `SORT_BY` is set. |
188
180
189
181
## Further Documentation
@@ -218,4 +210,4 @@ We would ❤️ contributions to improve this action. Please see [CONTRIBUTING.m
218
210
219
211
## More OSPO Tools
220
212
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