From 0cd3028ad1cecb4b03d4c709883b1a256c063590 Mon Sep 17 00:00:00 2001 From: Robert Wiesner Date: Mon, 20 Jul 2020 09:46:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8dea573..409d7f5d 100644 --- a/README.md +++ b/README.md @@ -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) -``` \ No newline at end of file +```