Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 committed May 31, 2024
1 parent b2c2a05 commit 629ce54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down

0 comments on commit 629ce54

Please sign in to comment.