diff --git a/README.md b/README.md index a71b50de..ef3aa081 100644 --- a/README.md +++ b/README.md @@ -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.