From 629ce54280f2f70330eb743ddd323e36493bda9f Mon Sep 17 00:00:00 2001 From: Ara Cho Date: Fri, 31 May 2024 11:01:52 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b1dd9f..3660731 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This action automatically sends a message to google chats detailing the list of ## `github-announced-users` -**Optional** Github users to announce PR's from. If set, other users' PR's will be ignored. Defaults to none. +**Optional** Only Github users to announce PR's from. If set, other users' PR's will be ignored. ## Example usage @@ -53,8 +53,8 @@ export GITHUB_IGNORED_USERS=49699333 # List of labels to ignore when scanning for PR's export GITHUB_IGNORED_LABELS=dependencies # List of users to announce PR's from (if set, other users will be ignored) -# (e.g. 49699333 is dependabot) -export GITHUB_ANNOUNCED_USERS=49699333 +# (e.g. 49699333 is dependabot, 19733683 is snykbot, 108136057 is scala steward) +export GITHUB_ANNOUNCED_USERS=49699333,19733683,108136057 cargo run ```