Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner authored Jul 20, 2020
1 parent 73b93b2 commit 0cd3028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Assign Team and Persons"
uses: rowi1de/auto-assign-review-teams@v0.0.6
uses: rowi1de/auto-assign-review-teams@v1.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
teams: "gitub-org-team" # only works for GitHub Organisation/Teams
persons: "rowi1de" # add individual persons here
include-draft: false # Draft PRs will be skipped (default: false)
skip-with-manual-reviewers: 0 # Skip this action, if the number of reviwers was already assigned (default: 0)
```
```

0 comments on commit 0cd3028

Please sign in to comment.