From c3b8335c51a4b72b21247653de716b13e8270dd0 Mon Sep 17 00:00:00 2001 From: azamb Date: Fri, 1 Sep 2023 13:38:41 -0400 Subject: [PATCH] docs(readme): document how to ignore bots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3de783..7a1c87d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Below are the allowed configuration options: | `HIDE_TIME_TO_CLOSE` | False | | If set to any value, the time to close will not be displayed in the generated markdown file. | | `HIDE_TIME_TO_ANSWER` | False | | If set to any value, the time to answer a discussion will not be displayed in the generated markdown file. | | `HIDE_LABEL_METRICS` | False | | If set to any value, the time in label metrics will not be displayed in the generated markdown file. | -| `IGNORE_USERS` | False | | A comma separated list of users to ignore when calculating metrics. (ie. `IGNORE_USERS: 'user1,user2'`) | +| `IGNORE_USERS` | False | | A comma separated list of users to ignore when calculating metrics. (ie. `IGNORE_USERS: 'user1,user2'`). To ignore bots, append `[bot]` to the user (ie. `IGNORE_USERS: 'github-actions[bot]'`) | ### Example workflows