Skip to content

Commit 0530a15

Browse files
authored
Merge pull request #15 from brandonjmckay/master
Update documentation
2 parents c0172b7 + 0f10d6b commit 0530a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- uses: kentaro-m/[email protected]
1616
with:
1717
repo-token: "${{ secrets.GITHUB_TOKEN }}"
18+
configuration-path: ".github/some_name_for_configs.yml" # Only needed if you use something other than .github/auto_assign.yml
1819
```
1920
20-
Create a configuration file (e.g. `.github/auto_assign.yml`) for auto-assign action.
21+
Create a separate configuration file for the auto-assign action (e.g. `.github/auto_assign.yml`).
2122

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

0 commit comments

Comments
 (0)