Skip to content

Commit

Permalink
Merge pull request #15 from brandonjmckay/master
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
kentaro-m authored Feb 13, 2020
2 parents c0172b7 + 0f10d6b commit 0530a15
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 @@ -15,9 +15,10 @@ jobs:
- uses: kentaro-m/auto-assign-action@v1.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than .github/auto_assign.yml
```
Create a configuration file (e.g. `.github/auto_assign.yml`) for auto-assign action.
Create a separate configuration file for the auto-assign action (e.g. `.github/auto_assign.yml`).

### Single Reviewers List
Add reviewers/assignees to the pull request based on single reviewers list.
Expand Down

0 comments on commit 0530a15

Please sign in to comment.