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 ```