Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
aracho1 committed May 31, 2024
1 parent a21da03 commit bf4398d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ This action automatically sends a message to google chats detailing the list of

**Required** PR labels to ignore when scanning for PR's. Defaults to `Stale`

## `github-alert-users`

**Optional** Github users to announce PR's from. If set, other users' PR's will be ignored. Defaults to none.

## Example usage

```yaml
Expand All @@ -48,6 +52,9 @@ export GOOGLE_WEBHOOK_URL=https://chats.google.com...
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_ALERT_USERS=49699333

cargo run
```
Expand Down

0 comments on commit bf4398d

Please sign in to comment.