Skip to content

Commit

Permalink
Merge pull request #80 from alejandrohdezma/auto-update-docs
Browse files Browse the repository at this point in the history
Update documentation and other files
  • Loading branch information
github-actions[bot] committed Feb 14, 2020
2 parents 169d927 + e1c131c commit 7a699c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ In addition you can exclude contributors whose Github ID matches some pattern us

```sbt
// Will exclude: my-company[bot], external-app[bot]
ThisBuild / excludedContributors += "\[bot\]"
ThisBuild / excludedContributors += """.*\[bot\]"""
```

By default the following list is excluded:

- scala-steward
- .*[bot]
- traviscibot

### Adding extra collaborators

Expand Down

0 comments on commit 7a699c3

Please sign in to comment.