Skip to content

Commit

Permalink
Merge pull request #22 from rowi1de/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner authored Jul 20, 2020
2 parents 54484b9 + 0cd3028 commit 13f552f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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)
```
```
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
include-draft:
description: 'If set to true, DRAFT PRs will also be covered (default=false)'
required: false
skip-with-manual-reviewers:
description: 'If the given nubmer of reviewers is already assigned, auto assign will be skipped'
required: false

runs:
using: 'node12'
Expand Down
2 changes: 1 addition & 1 deletion self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/auto-assign-review-teams@v0.0.6
- uses: actions/auto-assign-review-teams@v1.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
persons: "rowi1de"
Expand Down

0 comments on commit 13f552f

Please sign in to comment.